From: justdave%syndicomm.com <> Date: Fri, 13 Dec 2002 19:31:34 +0000 (+0000) Subject: bumping version number to 2.14.5 X-Git-Tag: bugzilla-2.14.5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0287b0775fabc2be48e5e8e7c9fa36ac090ea7d7;p=thirdparty%2Fbugzilla.git bumping version number to 2.14.5 --- diff --git a/globals.pl b/globals.pl index dbba28440e..3f61bd7ef2 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.4'; +$::param{'version'} = '2.14.5'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";