diff options
author | justdave%syndicomm.com <> | 2001-08-27 08:06:45 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-08-27 08:06:45 +0200 |
commit | 3c03629bdea09944f518eb2a8af04cb70c3c5b20 (patch) | |
tree | 76938082173092f61471d1f65df0baa48fd3ddf4 | |
parent | 58e302875d9eb9ea9c7a4d442482c918f5917847 (diff) | |
download | bugzilla-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.
-rw-r--r-- | globals.pl | 2 |
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:--"; |