Increment version for 3.12.14 v3.12.14
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 25 Jul 2014 16:41:25 +0000 (12:41 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 25 Jul 2014 16:41:25 +0000 (12:41 -0400)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

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

index 4bd007f..96d420b 100755 (executable)
@@ -7002,6 +7002,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.12.14.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (3.12.14 release)\n";
+    SetVersion ($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index 3309f85..b0c73b0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.12.12.001';
+    our $VERSION = '3.12.14.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install