DBRev 3.15.00.000: on to what comes after Pi

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2013-11-21 15:09:36 +00:00
parent beacc2625a
commit c7ca5ad5af
2 changed files with 7 additions and 1 deletions

View file

@ -7756,6 +7756,12 @@ if ( CheckVersion($DBversion) ) {
SetVersion ($DBversion);
}
$DBversion = '3.15.00.000';
if ( CheckVersion($DBversion) ) {
print "Upgrade to $DBversion done (the road goes ever on)\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.14.00.000';
our $VERSION = '3.15.00.000';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install