Bug 12494: DBRev: 3.17.00.042
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 30 Oct 2014 01:07:57 +0000 (22:07 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 30 Oct 2014 01:07:57 +0000 (22:07 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 057943f..99de0b6 100755 (executable)
@@ -8935,7 +8935,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.042";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("DELETE FROM systempreferences WHERE variable='yuipath'");
     print "Upgrade to $DBversion done (Bug 12494: Remove yuipath system preference)\n";
index 6ca2d83..e4ce291 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.041';
+    our $VERSION = '3.17.00.042';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install