Bumping db version
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 14 Mar 2011 03:22:28 +0000 (16:22 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 14 Mar 2011 03:22:28 +0000 (16:22 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 106ab93..4612a06 100755 (executable)
@@ -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";
index 0e179f3..a490ab4 100644 (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