Increment version for 3.14.11 release v3.14.11
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 2 Oct 2014 12:38:40 +0000 (14:38 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 2 Oct 2014 12:38:41 +0000 (14:38 +0200)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

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

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