mark 3.2.0 release candidate - DBrev 3.01.00.999
authorGalen Charlton <gmcharlt@gmail.com>
Thu, 7 Oct 2010 01:26:58 +0000 (21:26 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 7 Oct 2010 01:26:58 +0000 (21:26 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ca02c90..2bd4e21 100755 (executable)
@@ -3738,6 +3738,13 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
+$DBversion = '3.01.00.999';
+if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
+    print "Upgrade to $DBversion done (3.2.0 release candidate)\n";
+    SetVersion ($DBversion);
+}
+
+
 =item DropAllForeignKeys($table)
 
   Drop all foreign keys of the table $table
index 63b6d31..0272b60 100644 (file)
@@ -11,7 +11,7 @@ use strict;
 
 sub kohaversion {
 
-    our $VERSION = '3.01.00.145';
+    our $VERSION = '3.01.00.999';
 
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL