Updating version number and fixing the xxx in updatedatabase ... my bad
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Nov 2010 17:28:24 +0000 (06:28 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Nov 2010 17:28:24 +0000 (06:28 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6443c67..6490549 100755 (executable)
@@ -3799,7 +3799,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.01.00.XXX";
+$DBversion = "3.03.00.001";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("DELETE FROM subscriptionroutinglist WHERE borrowernumber IS NULL;");
     $dbh->do("ALTER TABLE subscriptionroutinglist MODIFY COLUMN `borrowernumber` int(11) NOT NULL;");
index b919410..e7d7bff 100644 (file)
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.02.00.004';
+    our $VERSION = '3.03.00.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install