Bumping database version

This commit is contained in:
Chris Cormack 2011-10-14 11:31:30 +13:00
parent d7cbdd3d0b
commit b83c389645
2 changed files with 2 additions and 2 deletions

View file

@ -4499,7 +4499,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
}
$DBversion = "3.05.00.XXX";
$DBversion = "3.05.00.018";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OpacNavBottom','','Links after OpacNav links','70|10','Textarea')");
print "Upgrade to $DBversion done (add OpacNavBottom syspref (enh 6825): if appropriate, you can split OpacNav into OpacNav and OpacNavBottom)\n";

View file

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