Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Aug 2011 22:24:08 +0000 (10:24 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Aug 2011 22:24:08 +0000 (10:24 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 1c41c4e..25f9405 100755 (executable)
@@ -4377,7 +4377,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX"; #FIXME
+$DBversion = "3.05.00.006"; 
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('MARCAuthorityControlField008', '|| aca||aabn           | a|a     d', NULL, NULL, 'Textarea')");
     print "Upgrade to $DBversion done (Add syspref MARCAuthorityControlField008)\n";
index 9021eb0..6624bfd 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.005';
+    our $VERSION = '3.05.00.006';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install