Increment version for 3.14.12 release v3.14.12
authorFridolin Somers <fridolin.somers@biblibre.com>
Mon, 22 Dec 2014 16:46:30 +0000 (17:46 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 22 Dec 2014 16:46:35 +0000 (17:46 +0100)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

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

index 9699ee3..1bed734 100755 (executable)
@@ -8065,6 +8065,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.14.12.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (3.14.12 release)\n";
+    SetVersion($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index 484a39d..fcdf56d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.14.11.000';
+    our $VERSION = '3.14.12.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install