From 0c64c3d48ba0033964abf6f462037989dfaa61ba Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 18 Sep 2012 12:25:01 +0200 Subject: [PATCH] bug 8757 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 574f1bef4e..a25469e90d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5807,7 +5807,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.048"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE authorised_values MODIFY lib varchar(200)"); $dbh->do("ALTER TABLE authorised_values MODIFY lib_opac varchar(200)"); diff --git a/kohaversion.pl b/kohaversion.pl index 2c7aa6bb1c..8278305e62 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.047'; + our $VERSION = '3.09.00.048'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1