From e660b77737fbc4acc63923ba225a9b3c5c6229f9 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 11 Apr 2011 15:33:08 -0400 Subject: [PATCH] Updating Version Number to 3.02.06.001 --- 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 f231703f0a..66063dc491 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4015,7 +4015,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.02.06.001'; 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 fcd7d5830f..ab5badf9d8 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.02.06.000'; + our $VERSION = '3.02.06.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5