Bug 8523 follow-up DBRev number

This commit is contained in:
Paul Poulain 2012-09-21 15:16:30 +02:00
parent 83370c519c
commit 9b656b57cb
2 changed files with 2 additions and 2 deletions

View file

@ -5966,7 +5966,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
SetVersion($DBversion);
}
$DBversion ="3.09.00.XXX";
$DBversion ="3.09.00.056";
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
$dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('AuthDisplayHierarchy','0','Display authority hierarchies','','YesNo')");
print "Upgrade to $DBversion done (Add system preference AuthDisplayHierarchy)\n";

View file

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