Bug 8836: DBRev 3.17.00.047

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2014-11-06 15:25:12 -03:00
parent f73add3d48
commit f12d7e6792
2 changed files with 2 additions and 2 deletions

View file

@ -9005,7 +9005,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.17.00.XXX";
$DBversion = "3.17.00.047";
if ( CheckVersion($DBversion) ) {
$dbh->do(q{
ALTER TABLE collections

View file

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