Bug 6898: Increment version number

Database update for bug 6898 has been given version 3.11.00.027
This commit is contained in:
Jared Camins-Esakov 2013-03-13 08:15:09 -04:00
parent 67cc4ca302
commit ffc8076d1a
2 changed files with 2 additions and 2 deletions

View file

@ -6486,7 +6486,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.11.00.XXX";
$DBversion = "3.11.00.027";
if ( CheckVersion($DBversion) ) {
$dbh->do(q{
INSERT INTO permissions ( module_bit, code, description )

View file

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