Bug 10860: DBRev 3.17.00.044

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2014-11-03 10:36:01 -03:00
parent 1334cd33b4
commit 1f10ef44f8
2 changed files with 2 additions and 2 deletions

View file

@ -8952,7 +8952,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion ($DBversion);
}
$DBversion = "3.17.00.XXX";
$DBversion = "3.17.00.044";
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
$dbh->do(q{
INSERT IGNORE INTO systempreferences

View file

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