Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Aug 2014 02:58:09 +0000 (14:58 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Aug 2014 02:58:09 +0000 (14:58 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6028831..ad32a87 100755 (executable)
@@ -8589,7 +8589,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.012";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("DELETE FROM systempreferences WHERE variable='OpacShowFiltersPulldownMobile'");
     print "Upgrade to $DBversion done ( Bug 12512 - PROG/CCSR deprecation: Remove OpacShowFiltersPulldownMobile system preference )\n";
index de052ca..c2d860c 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.011';
+    our $VERSION = '3.17.00.012';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install