Bug 7567: DBRev 3.15.00.027
authorGalen Charlton <gmc@esilibrary.com>
Mon, 7 Apr 2014 17:01:18 +0000 (17:01 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 7 Apr 2014 18:14:20 +0000 (18:14 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 5e7bc27..70db070 100755 (executable)
@@ -8083,7 +8083,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.027";
 if (CheckVersion($DBversion)) {
     $dbh->do(q{
         ALTER TABLE opac_news ADD branchcode varchar(10) DEFAULT NULL
index 3ab5739..a596530 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.026';
+    our $VERSION = '3.15.00.027';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install