From 4533ff7dd3be3ae76efaf91c29e8d510c8f8bff5 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 24 May 2012 15:47:37 +0200 Subject: [PATCH] Bug 7398 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 b55220e26d..ca5fb30882 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5271,7 +5271,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { -$DBversion = "3.07.00.XXX"; +$DBversion = "3.09.00.006"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("UPDATE systempreferences SET variable = 'OPACShowHoldQueueDetails', diff --git a/kohaversion.pl b/kohaversion.pl index 987f6e0f93..058d2d1f03 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.005'; + our $VERSION = '3.09.00.006'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2