Bug 11237: DBRev 3.15.00.013
authorGalen Charlton <gmc@esilibrary.com>
Fri, 17 Jan 2014 15:16:50 +0000 (15:16 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 17 Jan 2014 15:16:50 +0000 (15:16 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 2965dbe..1311068 100755 (executable)
@@ -7912,7 +7912,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.013";
 if(CheckVersion($DBversion)) {
     $dbh->do(q{
         UPDATE systempreferences
index b910379..c50be84 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.012';
+    our $VERSION = '3.15.00.013';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install