DBRev 3.15.00.000: on to what comes after Pi
authorGalen Charlton <gmc@esilibrary.com>
Thu, 21 Nov 2013 15:09:36 +0000 (15:09 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 21 Nov 2013 15:09:36 +0000 (15:09 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index f64d935..e6f54f9 100755 (executable)
@@ -7756,6 +7756,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
+$DBversion = '3.15.00.000';
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (the road goes ever on)\n";
+    SetVersion ($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index e6836cf..3579b97 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.14.00.000';
+    our $VERSION = '3.15.00.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install