Bug 8205 follow-up DBRev number

This commit is contained in:
Paul Poulain 2012-06-28 09:22:58 +02:00
parent 44cd5e058b
commit e57afa00f5
2 changed files with 2 additions and 2 deletions

View file

@ -5416,7 +5416,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
SetVersion($DBversion);
}
$DBversion = "3.09.00.XXX";
$DBversion = "3.09.00.019";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('OPACShowUnusedAuthorities','1','','Show authorities that are not being used in the OPAC.','YesNo')");
print "Upgrade to $DBversion done (Add OPACShowUnusedAuthorities system preference)\n";

View file

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