diff options
author | justdave%syndicomm.com <> | 2002-07-28 06:51:40 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-07-28 06:51:40 +0000 |
commit | 19c4968e040eb1a9eb86638e355e1a1999349150 (patch) | |
tree | b9361643c7924819521d32d41f537afd02b1ba85 | |
parent | Updated release notes (diff) | |
download | bugzilla-2.14.3.tar.gz bugzilla-2.14.3.tar.bz2 bugzilla-2.14.3.zip |
bumping version number to 2.14.3 for releaserelease-2.14.3bugzilla-2.14.3
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 87d07d14c..b8b064cc6 100644 --- a/globals.pl +++ b/globals.pl @@ -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:--"; |