Increment version for 3.12-alpha release
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 17 Mar 2013 13:30:26 +0000 (09:30 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 17 Mar 2013 13:30:26 +0000 (09:30 -0400)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index cca1b12..f0a9269 100755 (executable)
@@ -6526,6 +6526,11 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = '3.11.00.100';
+if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
+    print "Upgrade to $DBversion done (3.12-alpha release)\n";
+    SetVersion ($DBversion);
+}
 
 =head1 FUNCTIONS
 
index 57ed354..aafce46 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.030';
+    our $VERSION = '3.11.00.100';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install