Bug 9043: DBRev 3.17.00.052

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2014-11-10 12:41:03 -03:00
parent b143d68534
commit 3dcda6c047
2 changed files with 2 additions and 2 deletions

View file

@ -9425,7 +9425,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.17.00.XXX";
$DBversion = "3.17.00.052";
if ( CheckVersion($DBversion) ) {
$dbh->do(q{
INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpacAdvSearchOptions','pubdate|itemtype|language|sorting|location','Show search options','pubdate|itemtype|language|subtype|sorting|location','multiple');

View file

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