Bug 4045: DBRev 3.17.00.013

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2014-08-07 11:58:15 -03:00
parent bbfc908fd8
commit def7816de4
2 changed files with 2 additions and 2 deletions

View file

@ -8596,7 +8596,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion ($DBversion);
}
$DBversion = "3.17.00.XXX";
$DBversion = "3.17.00.013";
if ( CheckVersion($DBversion) ) {
$dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('maxreserves',50,'System-wide maximum number of holds a patron can place','','Integer')");
print "Upgrade to $DBversion done (Re-add system preference maxreserves)\n";

View file

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.17.00.012';
our $VERSION = '3.17.00.013';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install