Bug 8083 follow-up DBRev number
This commit is contained in:
parent
10fdb7fe50
commit
175e1bdcbd
2 changed files with 2 additions and 2 deletions
|
@ -5539,7 +5539,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
|||
|
||||
|
||||
|
||||
$DBversion = "3.09.00.XXX";
|
||||
$DBversion = "3.09.00.026";
|
||||
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
||||
$dbh->do("INSERT INTO permissions (module_bit, code, description) VALUES
|
||||
( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'),
|
||||
|
|
|
@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
|
|||
use strict;
|
||||
|
||||
sub kohaversion {
|
||||
our $VERSION = '3.09.00.025';
|
||||
our $VERSION = '3.09.00.026';
|
||||
# version needs to be set this way
|
||||
# so that it can be picked up by Makefile.PL
|
||||
# during install
|
||||
|
|
Loading…
Reference in a new issue