Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 22 Mar 2011 21:42:38 +0000 (10:42 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 22 Mar 2011 21:42:38 +0000 (10:42 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index eb3b13f..5dcbc97 100755 (executable)
@@ -4106,7 +4106,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
 }
 
 
-$DBversion = "3.03.00.XXX";
+$DBversion = "3.03.00.029";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('AllowPurchaseSuggestionBranchChoice', 0, 'Allow user to choose branch when making a purchase suggestion','1','YesNo')");
     print "Upgrade to $DBversion done (Add syspref to control if user can choose branch when making purchase suggestion)\n";
index aadafd5..cb73e9a 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.028';
+    our $VERSION = '3.03.00.029';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install