diff options
author | 2004-07-10 22:17:45 +0000 | |
---|---|---|
committer | 2004-07-10 22:17:45 +0000 | |
commit | 72af5a610e074d0eb91537b3ffa504a3b6160fce (patch) | |
tree | 360f11e0b25c482aa8b898b5d4ed98abe1410373 | |
parent | Fix date in docs (diff) | |
download | bugzilla-release-2.16.6.tar.gz bugzilla-release-2.16.6.tar.bz2 bugzilla-release-2.16.6.zip |
Bump version number to 2.16.6 for releaserelease-2.16.6bugzilla-2.16.6
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index bd3b22e2b..2f7e26434 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.5'; +$::param{'version'} = '2.16.6'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |