Bug 8377: Increment version number

Database update for bug 8377 has been given version 3.11.00.011
This commit is contained in:
Jared Camins-Esakov 2012-12-27 09:28:29 -05:00
parent 4dbcd077f6
commit 4f1082816b
2 changed files with 2 additions and 2 deletions

View file

@ -6309,7 +6309,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = 'XXX';
$DBversion = "3.11.00.011";
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
$dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('HTML5MediaEnabled','not','Show a HTML5 media player in a tab on opac-detail.pl for media files catalogued in field 856.','not|opac|staff|both','Choice');");
$dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('HTML5MediaExtensions','webm|ogg|ogv|oga|vtt','Media file extensions','','free');");

View file

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