diff options
author | justdave%syndicomm.com <> | 2001-08-30 02:52:13 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-08-30 02:52:13 +0000 |
commit | c20d3cebacb50be77bbe6930183941eade0ae5b8 (patch) | |
tree | 3487ae6e386d652ade7daccceccda9d5d7212885 | |
parent | Updating release notes for 2.14 (diff) | |
download | bugzilla-release-2.14.tar.gz bugzilla-release-2.14.tar.bz2 bugzilla-release-2.14.zip |
moving version to 2.14 (golden) to roll the tarball.release-2.14bugzilla-2.14
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index f46315741..70f60da4b 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.14rc'; +$::param{'version'} = '2.14'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |