Bumpding database version
authorChris Cormack <chrisc@catalyst.net.nz>
Sat, 10 Sep 2011 09:35:49 +0000 (21:35 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 10 Sep 2011 09:35:49 +0000 (21:35 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index afdd954..6b88c29 100755 (executable)
@@ -4439,7 +4439,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.011";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OPACResultsSidebar','','Define HTML to be included on the search results page, underneath the facets sidebar','70|10','Textarea')");
     print "Upgrade to $DBversion done (add OPACResultsSidebar syspref (enh 6165))\n";
index 5b72642..f864378 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.010';
+    our $VERSION = '3.05.00.011';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install