Bug 3445: DBRev. 3.15.00.021

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2014-03-10 21:11:40 +00:00
parent 6f728fb050
commit 5c4ae8768d
2 changed files with 2 additions and 2 deletions

View file

@ -8021,7 +8021,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.15.00.XXX";
$DBversion = "3.15.00.021";
if(CheckVersion($DBversion)) {
$dbh->do(q{
ALTER TABLE `action_logs`

View file

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