Bug 10012: DBRev 3.15.00.024
authorGalen Charlton <gmc@esilibrary.com>
Wed, 12 Mar 2014 14:09:30 +0000 (14:09 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 12 Mar 2014 14:09:30 +0000 (14:09 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index f4c52a1..78ba6ca 100755 (executable)
@@ -8056,7 +8056,7 @@ if ( CheckVersion($DBversion) ) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.024";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         DELETE FROM systempreferences WHERE variable = 'NoZebraIndexes'
@@ -8065,7 +8065,6 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index affee6f..c8f041b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.023';
+    our $VERSION = '3.15.00.024';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install