Increment version for 3.12.0 release
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 19 May 2013 21:42:07 +0000 (17:42 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 19 May 2013 21:57:28 +0000 (17:57 -0400)
(cherry picked from commit 85a1b8a50b5ac85032359c93dd9514c714f4640e)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 35f575a..fd6bd08 100755 (executable)
@@ -6834,6 +6834,12 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.12.00.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (3.12.0 release)\n";
+    SetVersion ($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index 3ef6690..19664f4 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.301';
+    our $VERSION = '3.12.00.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install