From: justdave%syndicomm.com <> Date: Thu, 30 Aug 2001 04:41:50 +0000 (+0000) Subject: Bumping version to 2.15 for development X-Git-Tag: bugzilla-2.15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8aa4898842725ee4973fd9e047821ec237e8994;p=thirdparty%2Fbugzilla.git Bumping version to 2.15 for development --- diff --git a/globals.pl b/globals.pl index 70f60da4bc..dcfbce883a 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.14'; +$::param{'version'} = '2.15'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";