aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-02-03 07:08:51 +0000
committermkanat%bugzilla.org <>2007-02-03 07:08:51 +0000
commit65f7761758be7beb8db8728828ec08a4ce38712c (patch)
tree6f13f2f6fb1d2d4148f0bbad55769fb2ae4561f5 /Bugzilla/Config.pm
parentBug 367674: [SECURITY] XSS when reading Atom feeds due to unescaped HTML (diff)
downloadbugzilla-65f7761758be7beb8db8728828ec08a4ce38712c.tar.gz
bugzilla-65f7761758be7beb8db8728828ec08a4ce38712c.tar.bz2
bugzilla-65f7761758be7beb8db8728828ec08a4ce38712c.zip
Bump the version number pre-release.release-2.20.4bugzilla-2.20.4
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 718f64b4d..eb7c2a475 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.20.3+";
+$Bugzilla::Config::VERSION = "2.20.4";
use Safe;