From 4f20aa264011cb6e55cfa2e6607656c65581bca7 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 17 Dec 2013 12:30:24 -0300 Subject: [PATCH] DBRev 3.12.07.001 Signed-off-by: Tomas Cohen Arazi --- 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 227d1744d2..efdff83a53 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6949,7 +6949,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.12.07.001"; 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 85b108cfb1..76ce48c7b5 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.12.07.000'; + our $VERSION = '3.12.07.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5