Bug 6898: Increment version number
Database update for bug 6898 has been given version 3.11.00.027
This commit is contained in:
parent
67cc4ca302
commit
ffc8076d1a
2 changed files with 2 additions and 2 deletions
|
@ -6486,7 +6486,7 @@ if ( CheckVersion($DBversion) ) {
|
||||||
SetVersion($DBversion);
|
SetVersion($DBversion);
|
||||||
}
|
}
|
||||||
|
|
||||||
$DBversion = "3.11.00.XXX";
|
$DBversion = "3.11.00.027";
|
||||||
if ( CheckVersion($DBversion) ) {
|
if ( CheckVersion($DBversion) ) {
|
||||||
$dbh->do(q{
|
$dbh->do(q{
|
||||||
INSERT INTO permissions ( module_bit, code, description )
|
INSERT INTO permissions ( module_bit, code, description )
|
||||||
|
|
|
@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
sub kohaversion {
|
sub kohaversion {
|
||||||
our $VERSION = '3.11.00.026';
|
our $VERSION = '3.11.00.027';
|
||||||
# version needs to be set this way
|
# version needs to be set this way
|
||||||
# so that it can be picked up by Makefile.PL
|
# so that it can be picked up by Makefile.PL
|
||||||
# during install
|
# during install
|
||||||
|
|
Loading…
Reference in a new issue