aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-11-03 11:53:15 +0000
committerjustdave%syndicomm.com <>2003-11-03 11:53:15 +0000
commit8b564af82605ace7825a1b8376452b43f273745c (patch)
tree9724c7c0f4dd1badb33bc41b938a43182c3ecdfc
parent[SECURITY] Bug 219690: When deleting products and the 'usebuggroups' paramete... (diff)
downloadbugzilla-8b564af82605ace7825a1b8376452b43f273745c.tar.gz
bugzilla-8b564af82605ace7825a1b8376452b43f273745c.tar.bz2
bugzilla-8b564af82605ace7825a1b8376452b43f273745c.zip
Bumping version number to 2.16.4 for releaserelease-2.16.4bugzilla-2.16.4
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index fc31ecd85..ca20265e3 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.3';
+$::param{'version'} = '2.16.4';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";