From 5ab83557b562c3672b90acc6938e6f9c6d66dc4e Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Tue, 1 Feb 2011 15:08:23 -0500 Subject: [PATCH] Updating Version Number to 3.02.03.001 Updating Version Number to 3.02.03.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 13322424f6..5b9ef52867 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3917,7 +3917,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.02.03.00X'; +$DBversion = '3.02.03.001'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE `currency` CHANGE `rate` `rate` FLOAT( 15, 5 ) NULL DEFAULT NULL;"); print "Upgrade to $DBversion done (Enable currency rates >= 100)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 11f9ebdad9..491f9db244 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.03.XXX'; + our $VERSION = '3.02.03.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5