Bug 10694: DBrev 3.15.00.042
authorGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 21:48:14 +0000 (21:48 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 21:48:14 +0000 (21:48 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 9a82fab..6a867f4 100755 (executable)
@@ -8343,8 +8343,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.15.00.042";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         INSERT INTO systempreferences
index 526d64f..13fae84 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.041';
+    our $VERSION = '3.15.00.042';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install