From b0d926a3c3d1a60ea763cfb525d9b8d623904ccc Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 5 Jul 2012 07:30:38 +1200 Subject: [PATCH] Fixing version 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 d14b8be906..16bdef08c9 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5243,7 +5243,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.08.02.001"; 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 5e74f3c7a8..aaea7e8b62 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.08.01.002'; + our $VERSION = '3.08.02.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2