From 60b8dadb390871a7fb3e8566323a5f44a9e44e8d Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 13 Apr 2015 11:48:04 -0300 Subject: [PATCH] Bug 13497: DBRev 3.19.00.023 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 d8f7ce6f7d..0bd3ac6773 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -10009,12 +10009,12 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.19.00.023"; if ( CheckVersion($DBversion) ) { $dbh->do(q| DELETE FROM systempreferences where variable = 'AddPatronLists' |); - print "Upgrade to $DBversion done (Bug XXXXX - Remove the AddPatronLists system preferences)\n"; + print "Upgrade to $DBversion done (Bug 13497: Remove the AddPatronLists system preferences)\n"; SetVersion ($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index f693e169cb..b99071b005 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.19.00.022'; + our $VERSION = '3.19.00.023'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5