DBRev 3.15.00.051: mark Koha 3.16 beta
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 23:27:44 +0000 (23:27 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 23:27:44 +0000 (23:27 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

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

index 70adef3..3b1718c 100755 (executable)
@@ -8459,6 +8459,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.15.00.051";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 3.16 beta)\n";
+    SetVersion($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index 98c2c54..2949600 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.050';
+    our $VERSION = '3.15.00.051';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install