From 6e4acb29f4e84b92f530192489ea40793256afec Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 4 Mar 2009 16:15:33 -0600 Subject: [PATCH] followup to library transfer limits: DB rev => 014 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 85e5d79e10..8be1225c78 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -2221,7 +2221,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.01.00.013"; +$DBversion = "3.01.00.014"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE `branch_transfer_limits` CHANGE `itemtype` `itemtype` VARCHAR( 4 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL"); $dbh->do("ALTER TABLE `branch_transfer_limits` ADD `ccode` VARCHAR( 10 ) NULL ;"); diff --git a/kohaversion.pl b/kohaversion.pl index 825b86d2d3..592bb0c4cb 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = '3.01.00.013'; + our $VERSION = '3.01.00.014'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5