DBRev 3.13.00.042: mark Koha 3.14 beta
authorGalen Charlton <gmc@esilibrary.com>
Fri, 1 Nov 2013 14:22:26 +0000 (14:22 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 1 Nov 2013 14:22:26 +0000 (14:22 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index c4daf16..6162bc5 100755 (executable)
@@ -7737,6 +7737,12 @@ if(CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.13.00.042";
+if(CheckVersion($DBversion)) {
+    print "Upgrade to $DBversion done (Koha 3.14 beta)\n";
+    SetVersion($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index 981f60d..fcd5d58 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.041';
+    our $VERSION = '3.13.00.042';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install