From 057297e2bf0686e8272bff6d2b488fe928a7a2ad Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 17 Jul 2013 15:27:50 +0000 Subject: [PATCH] Bug 9576: DBRev 3.13.00.013 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 1b88ccccf9..fd8421e2f7 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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); } diff --git a/kohaversion.pl b/kohaversion.pl index 3e9d8a7e98..f7961ac49c 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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 -- 2.20.1