diff options
author | justdave%syndicomm.com <> | 2002-07-28 07:54:28 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-07-28 07:54:28 +0000 |
commit | 064e57dd0ab32d228dc6e9d39a33f82349c8deed (patch) | |
tree | 18c6cc9d1a655c6bbd24d793d06c0527655b310f | |
parent | Added blurb at the top for 2.16 release. (diff) | |
download | bugzilla-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.pl | 2 |
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:--"; |