From 2d46dc95030dfe15c12f6f888938cea786c7e428 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 23 Dec 2013 16:38:20 +0000 Subject: [PATCH] Bug 6331: DBRev 3.15.00.010 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index cc1fc6da76..0220b42032 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7871,10 +7871,10 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.15.00.010"; if(CheckVersion($DBversion)) { $dbh->do("ALTER TABLE deleteditems DROP COLUMN marc"); - print "Upgrade to $DBversion done (Bug 6331: Obsolete marc column in deleteditems)\n"; + print "Upgrade to $DBversion done (Bug 6331: remove obsolete column in deleteditems.marc)\n"; SetVersion($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index e63c0d8054..67abac6291 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.009'; + our $VERSION = '3.15.00.010'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1