Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 19 Oct 2011 23:16:30 +0000 (12:16 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 19 Oct 2011 23:16:30 +0000 (12:16 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index f43637b..9939305 100755 (executable)
@@ -4537,7 +4537,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.023";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpacShowRecentComments',0,'If ON a link to recent comments will appear in the OPAC masthead',NULL,'YesNo');");
     print "Upgrade to $DBversion done (Add syspref OpacShowRecentComments. When the preference is turned on a link to recent comments will appear in the OPAC masthead. )\n";
index c0146d3..29a8b27 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.022';
+    our $VERSION = '3.05.00.023';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install