follow-up: fixing DBrev wrong number

I should not have used 3.06 (see mail on koha-devel)
This commit is contained in:
Paul Poulain 2012-01-06 10:58:08 +01:00
parent 4464a280ce
commit f227819713
2 changed files with 2 additions and 2 deletions

View file

@ -4571,7 +4571,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.06.02.001";
$DBversion = "3.07.00.003";
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
$dbh->do(" UPDATE `message_attributes` SET message_name='Item_Due' WHERE message_name='Item_DUE'");
print "Updating message_name in message_attributes";

View file

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.06.02.001';
our $VERSION = '3.07.00.003';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install