Bug 11165: DBRev 3.19.00.033

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2015-04-29 15:09:27 -03:00
parent 572885b944
commit d84e6ded2e
2 changed files with 2 additions and 2 deletions

View file

@ -10277,7 +10277,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion ($DBversion); SetVersion ($DBversion);
} }
$DBversion = "3.19.00.XXX"; $DBversion = "3.19.00.033";
if ( CheckVersion($DBversion) ) { if ( CheckVersion($DBversion) ) {
$dbh->do(q| $dbh->do(q|
ALTER TABLE auth_header ALTER TABLE auth_header

View file

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