Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Sun, 27 Mar 2011 20:55:51 +0000 (09:55 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 27 Mar 2011 20:55:51 +0000 (09:55 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 0ccda52..23b5d67 100755 (executable)
@@ -4127,7 +4127,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);    
 }
 
-$DBversion = 'XXX';
+$DBversion = '3.03.00.032';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('TraceSubjectSubdivisions', 1, 'Create searches on all subdivisions for subject tracings.','1','YesNo')");
     print "Upgrade to $DBversion done ( include subdivisions when generating subject tracing searches )\n";
index cc1d0b5..3fbc4e1 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.031';
+    our $VERSION = '3.03.00.032';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install