Bug 8347: Increment version number

Database update for bug 8347 has been given version 3.11.00.020
This commit is contained in:
Jared Camins-Esakov 2013-02-20 09:07:31 -05:00
parent 93ba3b8560
commit 91d91583bd
2 changed files with 2 additions and 2 deletions

View file

@ -6414,7 +6414,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
SetVersion ($DBversion);
}
$DBversion = "3.11.00.XXX";
$DBversion = "3.11.00.020";
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
$dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('UNIMARCField100Language', 'fre','UNIMARC field 100 default language',NULL,'short')");
print "Upgrade to $DBversion done (Bug 8347 - Koha forces UNIMARC 100 field code language to 'fre')\n";

View file

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