From c62c36508d0bea76322ead627c65e8b19fc9d91a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 22 May 2013 08:51:33 -0700 Subject: [PATCH] bug 7718: DBRev 3.13.00.003 - remove serial.itemnumber column Signed-off-by: Galen Charlton --- 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 206dbd70ea..b41e88bf7c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6942,7 +6942,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion ="3.13.00.XXX"; +$DBversion = '3.13.00.003'; if ( CheckVersion($DBversion) ) { $dbh->do("ALTER TABLE serial DROP itemnumber"); print "Upgrade to $DBversion done (Bug 7718 - Remove itemnumber column from serials table)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 41d808b677..27b10134f1 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.13.00.002'; + our $VERSION = '3.13.00.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1