aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-08-08 13:21:55 +0000
committermkanat%kerio.com <>2005-08-08 13:21:55 +0000
commit089c49e9ff8be18da5d777a683a2d6f9f3709b83 (patch)
tree9adbd3761c6c918b3d7a3f21006668496d79c282 /Bugzilla
parentBug 285700: bump minimum File::Spec version to 0.84 to avoid taint errors (diff)
downloadbugzilla-089c49e9ff8be18da5d777a683a2d6f9f3709b83.tar.gz
bugzilla-089c49e9ff8be18da5d777a683a2d6f9f3709b83.tar.bz2
bugzilla-089c49e9ff8be18da5d777a683a2d6f9f3709b83.zip
Update version numbers for 2.20rc2.release-2.20rc2bugzilla-2.20rc2
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index 2dcadd30d..6a1fb6a52 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot";
Exporter::export_ok_tags('admin', 'db', 'locations');
# Bugzilla version
-$Bugzilla::Config::VERSION = "2.21";
+$Bugzilla::Config::VERSION = "2.20rc2";
use Safe;