diff options
author | justdave%syndicomm.com <> | 2002-12-13 19:30:38 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-12-13 19:30:38 +0000 |
commit | fed356b51542f62e1bf5f1d455fed2b6416ebfc8 (patch) | |
tree | dce24117e3fd49cb436f9205f1189844b622f0b1 | |
parent | Bug 183188: collectstats.pl no longer makes data/mining world-readable (diff) | |
download | bugzilla-release-2.16.2.tar.gz bugzilla-release-2.16.2.tar.bz2 bugzilla-release-2.16.2.zip |
Bumping version number to 2.16.2release-2.16.2bugzilla-2.16.2
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 15e4bcecc..c36ffd51e 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.16.1'; +$::param{'version'} = '2.16.2'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |