From 459efb364a12edc004914289181d50156d53e391 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 4 Jul 2012 16:27:44 +0200 Subject: [PATCH] Bug 5981 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 9563de03a7..97a722eb56 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5452,7 +5452,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.022"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE search_history MODIFY COLUMN query_cgi text NOT NULL"); print "Upgrade to $DBversion done (Change search_history.query_cgi type to text. bug 5981)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 6c0dc83e8e..c64ad3d11f 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.021'; + our $VERSION = '3.09.00.022'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0