DBRev 3.13.00.042: mark Koha 3.14 beta

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2013-11-01 14:22:26 +00:00
parent 9c5e40e492
commit 0cb4f09eb2
2 changed files with 7 additions and 1 deletions

View file

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