From d977d0f826f77e6d92a61314992d82d9048a2736 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 8 Oct 2012 17:03:37 +0200 Subject: [PATCH] Bug 5409 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 4e480e78fd..e67bf3e910 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6002,7 +6002,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.061"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("UPDATE systempreferences set value=0 WHERE variable='OPACItemsResultsDisplay' AND value='statuses'"); $dbh->do("UPDATE systempreferences set value=1 WHERE variable='OPACItemsResultsDisplay' AND value='itemdetails'"); diff --git a/kohaversion.pl b/kohaversion.pl index 248861c1d8..db591d3024 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.09.00.060'; + our $VERSION = '3.09.00.061'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1