Updating Version Number to 3.02.03.003
authorChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 21 Feb 2011 17:34:20 +0000 (12:34 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 21 Feb 2011 17:34:20 +0000 (12:34 -0500)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 95f0a63..6461ee8 100755 (executable)
@@ -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&#229;l' WHERE subtag = 'nb';");
index 2f204ee..f05a49a 100644 (file)
@@ -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