Increment version for 3.12.0-beta3 release
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 2 May 2013 03:06:54 +0000 (23:06 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 2 May 2013 03:07:40 +0000 (23:07 -0400)
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 9e5861e..be4dfa2 100755 (executable)
@@ -6778,6 +6778,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
+$DBversion = "3.11.00.300";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (3.12-beta3 release)\n";
+    SetVersion ($DBversion);
+}
+
 
 =head1 FUNCTIONS
 
index 0202d9d..06d49b1 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.203';
+    our $VERSION = '3.11.00.300';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install