aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2004-07-10 22:17:45 +0000
committerjustdave%bugzilla.org <>2004-07-10 22:17:45 +0000
commit72af5a610e074d0eb91537b3ffa504a3b6160fce (patch)
tree360f11e0b25c482aa8b898b5d4ed98abe1410373
parentFix date in docs (diff)
downloadbugzilla-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.pl2
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:--";