From: justdave%syndicomm.com <> Date: Mon, 3 Jun 2002 09:37:11 +0000 (+0000) Subject: Bumping version number to 2.14.2 for release X-Git-Tag: bugzilla-2.14.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e532aa8f64475237bcda6d713041a29de8376d6d;p=thirdparty%2Fbugzilla.git Bumping version number to 2.14.2 for release --- diff --git a/globals.pl b/globals.pl index b03293adc5..5d806a2f50 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.1'; +$::param{'version'} = '2.14.2'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";