summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-10-01 07:35:52 +0200
committermkanat%kerio.com <>2005-10-01 07:35:52 +0200
commit804926e2928c6a02defddced28338320ee1765a3 (patch)
tree210b067b5ef824f4669767ccd9306927ab7ead8f /Bugzilla/Config.pm
parent88d7ced2b3871564e7e84dd8ec3be5bd39e8f999 (diff)
downloadbugzilla-804926e2928c6a02defddced28338320ee1765a3.tar.gz
bugzilla-804926e2928c6a02defddced28338320ee1765a3.tar.xz
Bump version numbers for 2.21.1
Diffstat (limited to 'Bugzilla/Config.pm')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index 5ebc74e52..7723e5b04 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -89,7 +89,7 @@ our $webdotdir = "$datadir/webdot";
Exporter::export_ok_tags('admin', 'db', 'locations');
# Bugzilla version
-$Bugzilla::Config::VERSION = "2.21";
+$Bugzilla::Config::VERSION = "2.21.1";
use Safe;