From 224c974ebefd0f5071c434080aaacce3065f013f Mon Sep 17 00:00:00 2001 From: Fridolin SOMERS Date: Fri, 13 Dec 2013 14:45:39 +0100 Subject: [PATCH] Bug 11275: DBRev 3.14.00.002 Signed-off-by: Fridolin SOMERS --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index e24f580f5a..86a8e77470 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7766,7 +7766,7 @@ if ( CheckVersion($DBversion) ) { } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.14.00.002"; if(CheckVersion($DBversion)) { $dbh->do("ALTER TABLE deleteditems MODIFY materials text;"); print "Upgrade to $DBversion done (Bug 11275: alter deleteditems.materials from varchar(10) to text)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index d0ec4818f8..658eaf1302 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.14.00.001'; + our $VERSION = '3.14.00.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5