Bumping database version

This commit is contained in:
Chris Cormack 2011-10-14 11:44:35 +13:00
parent ebd03e31e2
commit f85c06d0c0
2 changed files with 2 additions and 2 deletions

View file

@ -4506,7 +4506,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
SetVersion($DBversion);
}
$DBversion = "3.05.00.XXX";
$DBversion = "3.05.00.019";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("UPDATE itemtypes SET imageurl = 'vokal/Book.png' WHERE imageurl = 'vokal/BOOK.png'");
$dbh->do("UPDATE itemtypes SET imageurl = 'vokal/Book-32px.png' WHERE imageurl = 'vokal/BOOK-32px.png'");

View file

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