Bug 7372: DBRev 3.15.00.018
authorGalen Charlton <gmc@esilibrary.com>
Fri, 21 Feb 2014 16:02:33 +0000 (16:02 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 21 Feb 2014 16:02:33 +0000 (16:02 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 7bd6c03..baf17e5 100755 (executable)
@@ -7974,7 +7974,7 @@ if(CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.15.00.018";
 if ( CheckVersion($DBversion) ) {
     $dbh->{AutoCommit} = 0;
     $dbh->{RaiseError} = 1;
index 10ecd1b..f54519a 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.017';
+    our $VERSION = '3.15.00.018';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install