aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-07-28 07:54:28 +0000
committerjustdave%syndicomm.com <>2002-07-28 07:54:28 +0000
commit064e57dd0ab32d228dc6e9d39a33f82349c8deed (patch)
tree18c6cc9d1a655c6bbd24d793d06c0527655b310f
parentAdded blurb at the top for 2.16 release. (diff)
downloadbugzilla-064e57dd0ab32d228dc6e9d39a33f82349c8deed.tar.gz
bugzilla-064e57dd0ab32d228dc6e9d39a33f82349c8deed.tar.bz2
bugzilla-064e57dd0ab32d228dc6e9d39a33f82349c8deed.zip
bumping version number to 2.16 for releaserelease-2.16bugzilla-2.16
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index 115efcc64..ee0e4f153 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.16rc2';
+$::param{'version'} = '2.16';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";