Bug 9056: Increment version number
Database update for bug 9056 has been given version 3.11.00.007
This commit is contained in:
parent
1f8213ba4d
commit
39ce37feb5
2 changed files with 2 additions and 2 deletions
|
@ -6134,7 +6134,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
|||
SetVersion($DBversion);
|
||||
}
|
||||
|
||||
$DBversion = "XXX";
|
||||
$DBversion = "3.11.00.007";
|
||||
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||
print "Upgrade to $DBversion done (Bug 9056: add German and a couple of French translations to language_descriptions";
|
||||
$dbh->do("INSERT INTO language_descriptions (subtag, type, lang, description) VALUES( 'ar', 'language', 'de', 'Arabisch')");
|
||||
|
|
|
@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
|
|||
use strict;
|
||||
|
||||
sub kohaversion {
|
||||
our $VERSION = '3.11.00.006';
|
||||
our $VERSION = '3.11.00.007';
|
||||
# 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