From e1760e84630912b01c53559d3fc4eeb5a80325f3 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 30 Mar 2011 20:21:50 +1300 Subject: [PATCH] Bug 5547 : Bumping db version --- 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 bace1399cc..e45c543cb0 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4141,7 +4141,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.03.00.034'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE `categories` ADD `hidelostitems` tinyint(1) NOT NULL default '0' AFTER `reservefee`"); print "Upgrade to $DBversion done (Add hidelostitems preference to borrower categories)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index b7ab6cfc90..344e334265 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.03.00.033'; + our $VERSION = '3.03.00.034'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5