Bumping db version

This commit is contained in:
Chris Cormack 2011-03-14 16:22:28 +13:00
parent c88f43fc67
commit f463d241d2
2 changed files with 2 additions and 2 deletions

View file

@ -4076,7 +4076,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
SetVersion($DBversion);
};
$DBversion = "3.03.00.XXX";
$DBversion = "3.03.00.025";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('OPACAllowUserToChooseBranch', 1, 'Allow the user to choose the branch they want to pickup their hold from','1','YesNo')");
print "Upgrade to $DBversion done (Add syspref to control if user can choose pickup branch for holds)\n";

View file

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