Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Fri, 1 Apr 2011 07:25:47 +0000 (20:25 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 1 Apr 2011 07:25:47 +0000 (20:25 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index f596395..03e75f3 100755 (executable)
@@ -4195,7 +4195,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     print "Upgrade to $DBversion done (Add syspref ShowReviewer)\n";
 }
     
-$DBversion = "3.03.00.XXX";
+$DBversion = "3.03.00.040";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('UseControlNumber',0,'If ON, record control number (w subfields) and control number (001) are used for linking of bibliographic records.','','YesNo');");
     print "Upgrade to $DBversion done (Add syspref UseControlNumber)\n";
index 94cbb66..66de4a8 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.039';
+    our $VERSION = '3.03.00.040';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install