Bump version to 3.16.14
authorMason James <mtj@kohaaloha.com>
Fri, 28 Aug 2015 05:50:48 +0000 (17:50 +1200)
committerMason James <mtj@kohaaloha.com>
Fri, 28 Aug 2015 06:47:38 +0000 (18:47 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 25c4dfc..4983332 100755 (executable)
@@ -8590,6 +8590,11 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
+$DBversion = "3.16.14.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (3.16.14 release)\n";
+    SetVersion ($DBversion);
+}
 
 =head1 FUNCTIONS
 
index ab5f16b..c031f52 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.16.13.000';
+    our $VERSION = '3.16.14.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install