Increment version for 3.12.15 release 3.12.x v3.12.15
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 10 Oct 2014 12:52:53 +0000 (08:52 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 10 Oct 2014 12:53:01 +0000 (08:53 -0400)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

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

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