Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Sun, 9 Oct 2011 07:15:35 +0000 (20:15 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 9 Oct 2011 07:15:35 +0000 (20:15 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 1676fd9..74af41c 100755 (executable)
@@ -4452,7 +4452,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.013";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do(qq|INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('OpacKohaUrl','0',"Show 'Powered by Koha' text on OPAC footer.",NULL,NULL)|);
     print "Upgrade to $DBversion done (Add syspref 'OpacKohaUrl')\n";
index 6bf345b..2865e4c 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.012';
+    our $VERSION = '3.05.00.013';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install