diff options
author | justdave%syndicomm.com <> | 2002-05-11 05:47:00 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-05-11 05:47:00 +0000 |
commit | 90015c500f84b3d0cc2e9135192120cbb164c1d3 (patch) | |
tree | 6dc30c679c2e5687a1eb3cee7115b2effd7fe222 | |
parent | Fix for bug 78701: missing . in INVALID description in queryhelp.cgi (diff) | |
download | bugzilla-release-2.17.tar.gz bugzilla-release-2.17.tar.bz2 bugzilla-release-2.17.zip |
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.release-2.17bugzilla-2.17
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 685620bd2..44e29eafa 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:--"; |