From 37f025cf3eae35bb6cdece153e0cb5fb7f1f57c3 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 --- 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 ed47ebe3a6..a4ad03f96b 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4598,7 +4598,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.007"; 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 42fa95508a..09b1ca21d6 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.07.00.006'; + our $VERSION = '3.07.00.007'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1