set DB revision to 3.01.00.111 for 3.2-lapha release
authorGalen Charlton <gmcharlt@gmail.com>
Wed, 3 Feb 2010 00:39:18 +0000 (19:39 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 3 Feb 2010 00:39:18 +0000 (19:39 -0500)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6c23ede..c0dc925 100755 (executable)
@@ -3385,6 +3385,12 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
+$DBversion = '3.01.00.111';
+if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
+    print "Upgrade done (mark DBrev for 3.2-alpha release)\n";
+    SetVersion ($DBversion);
+}
+
 =item DropAllForeignKeys($table)
 
   Drop all foreign keys of the table $table
index dde1031..45747e6 100644 (file)
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.01.00.110';
+    our $VERSION = '3.01.00.111';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install