Updating Version Number to 3.02.01.000
authorChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 29 Nov 2010 19:43:24 +0000 (14:43 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 29 Nov 2010 19:44:55 +0000 (14:44 -0500)
Updating version number for 3.2.1 release.

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 62e7991..5d40b31 100755 (executable)
@@ -3842,6 +3842,12 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
+$DBversion = '3.02.01.000';
+if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
+    print "Upgrade to $DBversion done (Incrementing version for 3.2.1 release.)\n";
+    SetVersion ($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 DropAllForeignKeys($table)
index a506d9b..906de0c 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.02.00.007';
+    our $VERSION = '3.02.01.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install