Updating Version Number to 3.02.06.001
authorChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 11 Apr 2011 19:33:08 +0000 (15:33 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 11 Apr 2011 19:33:08 +0000 (15:33 -0400)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index f231703..66063dc 100755 (executable)
@@ -4015,7 +4015,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.03.00.XXX';
+$DBversion = '3.02.06.001';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE `items` DROP INDEX `itemsstocknumberidx`;");
     $dbh->do("ALTER TABLE items ADD INDEX itemstocknumberidx (stocknumber);");
index fcd7d58..ab5badf 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.02.06.000';
+    our $VERSION = '3.02.06.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install