From: justdave%syndicomm.com <> Date: Sun, 28 Jul 2002 06:51:40 +0000 (+0000) Subject: bumping version number to 2.14.3 for release X-Git-Tag: bugzilla-2.14.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19c4968e040eb1a9eb86638e355e1a1999349150;p=thirdparty%2Fbugzilla.git bumping version number to 2.14.3 for release --- diff --git a/globals.pl b/globals.pl index 87d07d14cb..b8b064cc60 100644 --- a/globals.pl +++ b/globals.pl @@ -76,7 +76,7 @@ use RelationSet; delete $ENV{PATH}; # Contains the version string for the current running Bugzilla. -$::param{'version'} = '2.14.2'; +$::param{'version'} = '2.14.3'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";