Bug 7295: DBRev 3.13.00.039

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2013-10-31 16:33:17 +00:00
parent 91220134e6
commit 021b629975
2 changed files with 2 additions and 2 deletions

View file

@ -7653,7 +7653,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.13.00.XXX";
$DBversion = "3.13.00.039";
if ( CheckVersion($DBversion) ) {
$dbh->do("
ALTER TABLE aqbasket ADD branch varchar(10) default NULL

View file

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