From 7003c743213e48ddd5d8e35006d75f7be8970d9d Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 5 Apr 2011 09:21:49 +1200 Subject: [PATCH] Updating database 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 f60e6df23a..a39886c42f 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4209,7 +4209,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.03.00.042'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE `items` DROP INDEX `itemsstocknumberidx`;"); $dbh->do("ALTER TABLE items ADD INDEX itemstocknumberidx (stocknumber);"); diff --git a/kohaversion.pl b/kohaversion.pl index 70ff41e8b5..30a89d2655 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.041'; + our $VERSION = '3.03.00.042'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5