From: justdave%syndicomm.com <> Date: Fri, 25 Apr 2003 05:03:41 +0000 (+0000) Subject: Bumping version number to 2.16.3 for release X-Git-Tag: bugzilla-2.16.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bac74ceb7a1042b9389a8b7cfa753251952a6a6;p=thirdparty%2Fbugzilla.git Bumping version number to 2.16.3 for release --- diff --git a/globals.pl b/globals.pl index a00df03d2e..cbb44b60f8 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.2'; +$::param{'version'} = '2.16.3'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";