From 3915bbbf716a937c0e903b579793e7f3760e3730 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 26 May 2014 01:41:46 +0000 Subject: [PATCH] Bug 12230: DBRev 3.17.00.005 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 a6d5066f6e..4da5af9b03 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8526,8 +8526,8 @@ if (CheckVersion($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.15.00.XXX"; -if(CheckVersion($DBversion)) { +$DBversion = "3.17.00.005"; +if (CheckVersion($DBversion)) { $dbh->do(q| ALTER TABLE issuingrules ADD maxsuspensiondays INT(11) DEFAULT NULL AFTER finedays; diff --git a/kohaversion.pl b/kohaversion.pl index 1b641e1427..5f046634c2 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.004'; + our $VERSION = '3.17.00.005'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5