Bug 9014: Increment version number

Database update for bug 9014 has been given version 3.11.00.107
This commit is contained in:
Jared Camins-Esakov 2013-03-21 11:08:08 -04:00
parent b900f5f056
commit c7643737d5
2 changed files with 2 additions and 2 deletions

View file

@ -6654,7 +6654,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.11.00.XXX";
$DBversion = "3.11.00.107";
if ( CheckVersion($DBversion) ) {
$dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('TimeFormat','24hr','12hr|24hr','Defines the global time format for visual output.','Choice')");
print "Upgrade to $DBversion done (Bug 9014: Add syspref TimeFormat)\n";

View file

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