From 14a2c4433d51fe4755b6589054a1e8b2cbf1375b Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Wed, 9 Feb 2011 12:14:19 -0500 Subject: [PATCH] Updating Version Number to 3.02.03.002 --- 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 3cc43c89dd..26c3605b6d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3924,7 +3924,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.02.03.002'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do( q|update language_descriptions set description = 'Nederlands' where lang = 'nl' and subtag = 'nl'|); $dbh->do( q|update language_descriptions set description = 'Dansk' where lang = 'da' and subtag = 'da'|); diff --git a/kohaversion.pl b/kohaversion.pl index 491f9db244..2f204eeb98 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.001'; + our $VERSION = '3.02.03.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5