diff --git a/mozilla/webtools/bugzilla/globals.pl b/mozilla/webtools/bugzilla/globals.pl index 115efcc645d..ee0e4f15385 100644 --- a/mozilla/webtools/bugzilla/globals.pl +++ b/mozilla/webtools/bugzilla/globals.pl @@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE'; $::SIG{PIPE} = 'IGNORE'; # Contains the version string for the current running Bugzilla. -$::param{'version'} = '2.16rc2'; +$::param{'version'} = '2.16'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";