From: Paul Poulain Date: Thu, 22 Mar 2012 15:02:10 +0000 (+0100) Subject: Bug 7154 follow-up DBRev X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=8705e18aa5d9fe3f59625d84ee6360645c28c1c4;p=koha.git Bug 7154 follow-up DBRev Signed-off-by: Paul Poulain --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index f59a34f31d..ec08012170 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5004,7 +5004,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.034"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE borrower_attribute_types ADD COLUMN category_code VARCHAR(10) NULL DEFAULT NULL AFTER `display_checkout`"); $dbh->do("ALTER TABLE borrower_attribute_types ADD COLUMN class VARCHAR(255) NOT NULL DEFAULT '' AFTER `category_code`"); diff --git a/kohaversion.pl b/kohaversion.pl index 72ad69f1bd..65dfb396e5 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.07.00.033'; + our $VERSION = '3.07.00.034'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install