Bug 8018: DBRev 3.15.00.011
authorGalen Charlton <gmc@esilibrary.com>
Fri, 27 Dec 2013 00:37:19 +0000 (00:37 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 27 Dec 2013 00:37:19 +0000 (00:37 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ee8fc89..d0255a4 100755 (executable)
@@ -7878,11 +7878,10 @@ if(CheckVersion($DBversion)) {
     SetVersion ($DBversion);
 }
 
-
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.011";
 if(CheckVersion($DBversion)) {
     $dbh->do("UPDATE marc_subfield_structure SET maxlength=9999 WHERE maxlength IS NULL OR maxlength=0;");
-    print "Upgrade to $DBversion done (Bug 8018: new subfields have a default max length of zero)\n";
+    print "Upgrade to $DBversion done (Bug 8018: set 9999 as default max length for subfields)\n";
     SetVersion($DBversion);
 }
 
index 67abac6..f6bd210 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.010';
+    our $VERSION = '3.15.00.011';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install