From c55c58ee4b674ef6bd62c4d495d8ee8c799c968a Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 27 Feb 2012 16:17:42 +0100 Subject: [PATCH] Bug 6039 follow-up, DBrev number --- 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 c2f715e551..d6b3fe84bc 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4712,7 +4712,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.017"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('TransferWhenCancelAllWaitingHolds','0','Transfer items when cancelling all waiting holds',NULL,'YesNo')"); print "Upgrade to $DBversion done (Add sysprefs to control transfer when cancel all waiting holds)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index ccf6e279bc..dcebd4e90a 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.07.00.016'; + our $VERSION = '3.07.00.017'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2