bug 8757 follow-up DBRev number

This commit is contained in:
Paul Poulain 2012-09-18 12:25:01 +02:00
parent adfbbfa0d1
commit 0c64c3d48b
2 changed files with 2 additions and 2 deletions

View file

@ -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)");

View file

@ -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