DBRev 3.15.00.052: mark Koha 3.16 RC

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2014-05-19 23:16:06 +00:00
parent fff8ae56c4
commit 1d767a0977
2 changed files with 7 additions and 1 deletions

View file

@ -8465,6 +8465,12 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.15.00.052";
if ( CheckVersion($DBversion) ) {
print "Upgrade to $DBversion done (Koha 3.16 RC)\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.15.00.051';
our $VERSION = '3.15.00.052';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install