Bug 9576: DBRev 3.13.00.013
authorGalen Charlton <gmc@esilibrary.com>
Wed, 17 Jul 2013 15:27:50 +0000 (15:27 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 17 Jul 2013 15:27:50 +0000 (15:27 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 1b88ccc..fd8421e 100755 (executable)
@@ -7043,10 +7043,10 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion ="3.13.00.XXX";
+$DBversion ="3.13.00.013";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('AllowTooManyOverride', '1', 'If on, allow staff to override and check out items when the patron has reached the maximum number of allowed checkouts', '', 'YesNo');");
-    print "Upgrade to $DBversion done (Bug 9576 - Enable or disable issue limit confirmation)\n";
+    print "Upgrade to $DBversion done (Bug 9576: add AllowTooManyOverride syspref to enable or disable issue limit confirmation)\n";
     SetVersion($DBversion);
 }
 
index 3e9d8a7..f7961ac 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.012';
+    our $VERSION = '3.13.00.013';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install