summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
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 7723e5b04..6e7968b07 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.1";
+$Bugzilla::Config::VERSION = "2.21.1+";
use Safe;