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.

This commit is contained in:
justdave%syndicomm.com 2002-05-10 22:47:00 +00:00
Родитель 502df74498
Коммит f9ae8a8610
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE';
$::SIG{PIPE} = 'IGNORE';
# Contains the version string for the current running Bugzilla.
$::param{'version'} = '2.16rc1';
$::param{'version'} = '2.17';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";