From: mkanat%kerio.com <> Date: Thu, 12 May 2005 09:53:12 +0000 (+0000) Subject: Up version to 2.16.9 for release of 2.18.1. X-Git-Tag: bugzilla-2.16.9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34ee12b498dd922cebe2ee883f1a5cf126f2ea04;p=thirdparty%2Fbugzilla.git Up version to 2.16.9 for release of 2.18.1. --- diff --git a/globals.pl b/globals.pl index 262e3afc95..046b720f8d 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.8'; +$::param{'version'} = '2.16.9'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";