Bumping database number
This commit is contained in:
parent
21c8a87b78
commit
2e1c8ec139
2 changed files with 2 additions and 2 deletions
|
@ -4346,7 +4346,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
|||
SetVersion($DBversion);
|
||||
}
|
||||
|
||||
$DBversion = '3.05.00.XXX';
|
||||
$DBversion = '3.05.00.002';
|
||||
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||
#follow up fix 5860: some installs already past 3.3.0.42
|
||||
stocknumber_checker();
|
||||
|
|
|
@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
|
|||
use strict;
|
||||
|
||||
sub kohaversion {
|
||||
our $VERSION = '3.05.00.001';
|
||||
our $VERSION = '3.05.00.002';
|
||||
# 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