]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
All code patches targetted for 2.14 have been checked in. Bumping version
authorjustdave%syndicomm.com <>
Mon, 27 Aug 2001 06:06:45 +0000 (06:06 +0000)
committerjustdave%syndicomm.com <>
Mon, 27 Aug 2001 06:06:45 +0000 (06:06 +0000)
number to 2.14rc to indicate release candidate status.

globals.pl

index f4dc3141946dcb9f9402060e19c5fc67c1423427..f463157416843c9691ebcb6c672424dc3f0e37d0 100644 (file)
@@ -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:--";