Bug 11611: DBRev 3.15.00.017
authorGalen Charlton <gmc@esilibrary.com>
Thu, 20 Feb 2014 19:09:11 +0000 (19:09 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 20 Feb 2014 19:09:11 +0000 (19:09 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index c1d8bf1..22bba73 100755 (executable)
@@ -7953,7 +7953,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.017";
 if(CheckVersion($DBversion)) {
     $dbh->do(q{
         UPDATE systempreferences
index 2da1a63..10ecd1b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.016';
+    our $VERSION = '3.15.00.017';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install