From 6630a6c0310299f30ca4a170fecdbe4f3513ea35 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 10 Jan 2012 23:00:04 +0100 Subject: [PATCH] Bug 7278 follow-up DBrev number Backporting to 3.6.x Signed-off-by: Chris Nighswonger --- 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 840044afe3..c9a8034abc 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4569,7 +4569,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.06.02.002"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE items MODIFY materials text;"); print "Upgrade to $DBversion done alter items.material from varchar(10) to text \n"; diff --git a/kohaversion.pl b/kohaversion.pl index 29b43dfc3f..6f5871afbe 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.06.02.001'; + our $VERSION = '3.06.02.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5