Bug 10240: DBRev 3.13.00.027
authorGalen Charlton <gmc@esilibrary.com>
Fri, 11 Oct 2013 00:37:04 +0000 (00:37 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 11 Oct 2013 01:57:05 +0000 (01:57 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 7dbbad4..0326eda 100755 (executable)
@@ -7185,7 +7185,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.027";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('AllowOfflineCirculation','0','','If on, enables HTML5 offline circulation functionality.','YesNo')");
     print "Upgrade to $DBversion done (Bug 10240: Add syspref AllowOfflineCirculation)\n";
index ef64cf0..79badc0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.026';
+    our $VERSION = '3.13.00.027';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install