DBRev 3.17.00.000: ever onward

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2014-05-22 21:08:20 +00:00
parent 50078d04c6
commit 18c0ba9484
2 changed files with 7 additions and 1 deletions

View file

@ -8477,6 +8477,12 @@ if ( CheckVersion($DBversion) ) {
SetVersion ($DBversion);
}
$DBversion = '3.17.00.000';
if ( CheckVersion($DBversion) ) {
print "Upgrade to $DBversion done (there is no time to rest on our laurels)\n";
SetVersion ($DBversion);
}
=head1 FUNCTIONS
=head2 TableExists($table)

View file

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