You need to sign in or sign up before continuing.

Bumping version to 2.17 for development on the trunk. Bugzilla 2.16 release…

Bumping version to 2.17 for development on the trunk. Bugzilla 2.16 release process is now ocurring on BUGZILLA-2_16-BRANCH. Any bugs intended for 2.16 must be checked in both on the branch and the trunk. Checkins for 2.17/2.18 items can be checked in on the trunk now.
parent fd246d48
...@@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE'; ...@@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE';
$::SIG{PIPE} = 'IGNORE'; $::SIG{PIPE} = 'IGNORE';
# Contains the version string for the current running Bugzilla. # Contains the version string for the current running Bugzilla.
$::param{'version'} = '2.16rc1'; $::param{'version'} = '2.17';
$::dontchange = "--do_not_change--"; $::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--"; $::chooseone = "--Choose_one:--";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment