]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bumping version number to 2.14.3 for release bugzilla-2.14.3 release-2.14.3
authorjustdave%syndicomm.com <>
Sun, 28 Jul 2002 06:51:40 +0000 (06:51 +0000)
committerjustdave%syndicomm.com <>
Sun, 28 Jul 2002 06:51:40 +0000 (06:51 +0000)
globals.pl

index 87d07d14cb685690cc58e8c391512b9859302ba4..b8b064cc60e9fabe31b8f5f028f1fe3dad756b8a 100644 (file)
@@ -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:--";