From bd560b33a55d480af1388e3382f908f81e49c506 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 21 Feb 2011 12:34:20 -0500 Subject: [PATCH] Updating Version Number to 3.02.03.003 --- 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 95f0a63adc..6461ee84ba 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3932,7 +3932,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.02.03.003'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { # Fix bokmÃ¥l $dbh->do("UPDATE language_subtag_registry SET description = 'Norwegian bokmål' WHERE subtag = 'nb';"); diff --git a/kohaversion.pl b/kohaversion.pl index 2f204eeb98..f05a49a40b 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.002'; + our $VERSION = '3.02.03.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5