Bumping the database version
authorChris Cormack <chrisc@catalyst.net.nz>
Sun, 13 Mar 2011 02:19:31 +0000 (15:19 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 13 Mar 2011 02:19:31 +0000 (15:19 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 100edf1..fe800f4 100755 (executable)
@@ -4068,7 +4068,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = 'XXX';
+$DBversion = '3.03.00.024';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('TraceCompleteSubfields','0','Force subject tracings to only match complete subfields.','0','YesNo')");
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('UseAuthoritiesForTracings','1','Use authority record numbers for subject tracings instead of heading strings.','0','YesNo')");
index f092a9a..0e179f3 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.023';
+    our $VERSION = '3.03.00.024';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install