From ba107bb8875d7f9194cdb499d09c9faee81c1e8b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 15 Aug 2014 11:07:41 -0300 Subject: [PATCH] Bug 12529: DBRev 3.17.00.014 Signed-off-by: Tomas Cohen Arazi --- 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 4a9f7e527e..de77bf3fad 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8603,13 +8603,13 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = '3.17.00.XXX'; +$DBversion = '3.17.00.014'; if ( CheckVersion($DBversion) ) { $dbh->do(" INSERT INTO systempreferences (variable,value,explanation,type) VALUES ('OverdueNoticeCalendar',0,'Take calendar into consideration when working out sending overdue notices','YesNo') "); - print "Upgrade to $DBversion done (Bug XXX - Adding a syspref to allow the overdue notices to consider the calendar when generating notices)\n"; + print "Upgrade to $DBversion done (Bug 12529 - Adding a syspref to allow the overdue notices to consider the calendar when generating notices)\n"; SetVersion($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index e15becdf89..f4bd0805bd 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.17.00.013'; + our $VERSION = '3.17.00.014'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0