Bumping DB version for 3.16.11 v3.16.11
authorMason James <mtj@kohaaloha.com>
Sun, 31 May 2015 00:51:20 +0000 (12:51 +1200)
committerMason James <mtj@kohaaloha.com>
Sun, 31 May 2015 01:28:52 +0000 (13:28 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 2ae3565..c395f6c 100755 (executable)
@@ -8572,6 +8572,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
+$DBversion = "3.16.11.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (3.16.11 release)\n";
+    SetVersion ($DBversion);
+}
+
 
 =head1 FUNCTIONS
 
index 668b0da..105e974 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.16.10.000';
+    our $VERSION = '3.16.11.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install