Bug 10602: DBrev 3.13.00.026
authorGalen Charlton <gmc@esilibrary.com>
Thu, 10 Oct 2013 23:30:26 +0000 (23:30 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 10 Oct 2013 23:30:26 +0000 (23:30 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 20f0f95..abd7c8e 100755 (executable)
@@ -7176,7 +7176,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.026";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         ALTER TABLE auth_subfield_structure ADD COLUMN defaultvalue TEXT DEFAULT NULL AFTER frameworkcode
index dbe1719..ef64cf0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.025';
+    our $VERSION = '3.13.00.026';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install