summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-08-27 08:06:45 +0200
committerjustdave%syndicomm.com <>2001-08-27 08:06:45 +0200
commit3c03629bdea09944f518eb2a8af04cb70c3c5b20 (patch)
tree76938082173092f61471d1f65df0baa48fd3ddf4 /globals.pl
parent58e302875d9eb9ea9c7a4d442482c918f5917847 (diff)
downloadbugzilla-3c03629bdea09944f518eb2a8af04cb70c3c5b20.tar.gz
bugzilla-3c03629bdea09944f518eb2a8af04cb70c3c5b20.tar.xz
All code patches targetted for 2.14 have been checked in. Bumping version
number to 2.14rc to indicate release candidate status.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index f4dc31419..f46315741 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:--";