From 0987f1670b31034a9398246fdc743b7ae2ce20a1 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 26 May 2014 03:28:46 +0000 Subject: [PATCH] Bug 11629: DBRev 3.17.00.007 Signed-off-by: Galen Charlton --- 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 e9e7bc755e..01472d7138 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8544,7 +8544,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.17.00.007"; if (CheckVersion($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('UpdateNotForLoanStatusOnCheckin', '', 'NULL', 'This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value. E.g. ''-1: 0'' will cause an item that was set to ''Ordered'' to now be available for loan. Each pair of values should be on a separate line.', 'Free');"); print "Upgrade to $DBversion done (Bug 11629 - Add ability to update not for loan status on checkin)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 7acfbca020..0543f8c1d3 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.006'; + our $VERSION = '3.17.00.007'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5