Bug 7185: Fix updatedatabase message for 3.6.0 release
Signed-off-by: François Charbonnier <francois.charbonnier@biblibre.com>
This commit is contained in:
parent
016e66c6f2
commit
e228f233e4
1 changed files with 1 additions and 1 deletions
|
@ -4546,7 +4546,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
|||
|
||||
$DBversion = "3.06.00.000";
|
||||
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||
print "Upgrade to $DBversion done Koha 3.4.0 release \n";
|
||||
print "Upgrade to $DBversion done Koha 3.6.0 release \n";
|
||||
SetVersion ($DBversion);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue