From 25f42f6fd4bff34024704062bb915dcad58d42d5 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 21 Nov 2014 19:43:31 -0300 Subject: [PATCH] Bug 8337: DBRev 3.17.00.058 Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index fadc57a3d6..8ad77c261f 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9525,7 +9525,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.17.00.XXX"; +$DBversion = "3.17.00.058"; if( CheckVersion($DBversion) ){ $dbh->do("INSERT INTO systempreferences (variable, explanation, type) VALUES('DefaultLongOverdueChargeValue','Charge a lost item to the borrower account when the LOST value of the item changes to n', 'integer')"); $dbh->do("INSERT INTO systempreferences (variable, explanation, type) VALUES('DefaultLongOverdueLostValue', 'Set the LOST value of an item to n when the item has been overdue for more than defaultlongoverduedays days.', 'integer')"); diff --git a/kohaversion.pl b/kohaversion.pl index d80077b033..8ad7afc663 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.057'; + our $VERSION = '3.17.00.058'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5