Bug 10861: DBrev 3.15.00.023
authorGalen Charlton <gmc@esilibrary.com>
Wed, 12 Mar 2014 02:26:37 +0000 (02:26 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 12 Mar 2014 02:26:37 +0000 (02:26 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index c3663c1..125a668 100755 (executable)
@@ -8046,7 +8046,7 @@ if (CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.023";
 if ( CheckVersion($DBversion) ) {
    $dbh->do("
        INSERT INTO systempreferences (variable,value,options,explanation,type)
index 08375f0..affee6f 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.022';
+    our $VERSION = '3.15.00.023';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install