diff options
author | preed%sigkill.com <> | 2002-09-29 06:54:50 +0000 |
---|---|---|
committer | preed%sigkill.com <> | 2002-09-29 06:54:50 +0000 |
commit | 670e20aaf0bc27e43864552debf185d539b4201d (patch) | |
tree | 599febb96aec863c696a29265bb1ab0a86f6715d | |
parent | Bug 166023 - On failure in template->new, a template is used to display error (diff) | |
download | bugzilla-670e20aaf0bc27e43864552debf185d539b4201d.tar.gz bugzilla-670e20aaf0bc27e43864552debf185d539b4201d.tar.bz2 bugzilla-670e20aaf0bc27e43864552debf185d539b4201d.zip |
Bumping the rev number for the 2.16.1 releaserelease-2.16.1bugzilla-2.16.1
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 405f9d2bf..15e4bcecc 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'; +$::param{'version'} = '2.16.1'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |