From 612e7e5b7e7f0d218e69042e2b0f59df1646cf4f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 27 Dec 2013 00:37:19 +0000 Subject: [PATCH] Bug 8018: DBRev 3.15.00.011 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 5 ++--- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index ee8fc89bd1..d0255a466a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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); } diff --git a/kohaversion.pl b/kohaversion.pl index 67abac6291..f6bd210fc0 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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 -- 2.39.5