diff --git a/mozilla/webtools/bugzilla/globals.pl b/mozilla/webtools/bugzilla/globals.pl index 70f60da4bcf..dcfbce883a1 100644 --- a/mozilla/webtools/bugzilla/globals.pl +++ b/mozilla/webtools/bugzilla/globals.pl @@ -75,7 +75,7 @@ use RelationSet; delete $ENV{PATH}; # Contains the version string for the current running Bugzilla. -$::param{'version'} = '2.14'; +$::param{'version'} = '2.15'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";