Bug 5687 : Bumping database version

This commit is contained in:
Chris Cormack 2011-03-30 19:36:20 +13:00
parent 5d43524cdb
commit 5a89ef7ea5
2 changed files with 2 additions and 2 deletions

View file

@ -4134,7 +4134,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
SetVersion ($DBversion);
}
$DBversion = '3.03.00.XXX';
$DBversion = '3.03.00.033';
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('StaffAuthorisedValueImages', '1', '', NULL, 'YesNo')");
print "Upgrade to $DBversion done (System pref StaffAuthorisedValueImages)\n";

View file

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.03.00.032';
our $VERSION = '3.03.00.033';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install