From: justdave%syndicomm.com <> Date: Sun, 28 Jul 2002 07:54:28 +0000 (+0000) Subject: bumping version number to 2.16 for release X-Git-Tag: bugzilla-2.16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=064e57dd0ab32d228dc6e9d39a33f82349c8deed;p=thirdparty%2Fbugzilla.git bumping version number to 2.16 for release --- diff --git a/globals.pl b/globals.pl index 115efcc645..ee0e4f1538 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:--";