From: justdave%syndicomm.com <> Date: Mon, 27 Aug 2001 06:06:45 +0000 (+0000) Subject: All code patches targetted for 2.14 have been checked in. Bumping version X-Git-Tag: bugzilla-2.14~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c03629bdea09944f518eb2a8af04cb70c3c5b20;p=thirdparty%2Fbugzilla.git All code patches targetted for 2.14 have been checked in. Bumping version number to 2.14rc to indicate release candidate status. --- diff --git a/globals.pl b/globals.pl index f4dc314194..f463157416 100644 --- a/globals.pl +++ b/globals.pl @@ -75,7 +75,7 @@ use RelationSet; delete $ENV{PATH}; # Contains the version string for the current running Bugzilla. -$::param{'version'} = '2.13'; +$::param{'version'} = '2.14rc'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";