aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-12-13 19:30:38 +0000
committerjustdave%syndicomm.com <>2002-12-13 19:30:38 +0000
commitfed356b51542f62e1bf5f1d455fed2b6416ebfc8 (patch)
treedce24117e3fd49cb436f9205f1189844b622f0b1
parentBug 183188: collectstats.pl no longer makes data/mining world-readable (diff)
downloadbugzilla-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.pl2
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:--";