diff options
author | mkanat%kerio.com <> | 2005-05-12 09:53:12 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-05-12 09:53:12 +0000 |
commit | 34ee12b498dd922cebe2ee883f1a5cf126f2ea04 (patch) | |
tree | 68b502f971aa084c64ed74e02cd411fd66300417 | |
parent | Bug 287109: [SECURITY] Names of private products/components can be exposed on... (diff) | |
download | bugzilla-release-2.16.9.tar.gz bugzilla-release-2.16.9.tar.bz2 bugzilla-release-2.16.9.zip |
Up version to 2.16.9 for release of 2.18.1.release-2.16.9bugzilla-2.16.9
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 262e3afc9..046b720f8 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.8'; +$::param{'version'} = '2.16.9'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |