From: justdave%syndicomm.com <> Date: Sat, 11 May 2002 05:47:00 +0000 (+0000) Subject: Bumping version to 2.17 for development on the trunk. Bugzilla 2.16 release process... X-Git-Tag: bugzilla-2.17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90015c500f84b3d0cc2e9135192120cbb164c1d3;p=thirdparty%2Fbugzilla.git 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. --- diff --git a/globals.pl b/globals.pl index 685620bd29..44e29eafa0 100644 --- a/globals.pl +++ b/globals.pl @@ -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:--";