Bug 5687 : Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 30 Mar 2011 06:36:20 +0000 (19:36 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 30 Mar 2011 06:36:20 +0000 (19:36 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index afc0164..6528a2a 100755 (executable)
@@ -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";
index 3fbc4e1..b7ab6cf 100644 (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