From 282765c8a165fc217eb44f07f0097e40a4bb543c Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 7 Nov 2008 08:42:18 +0000 Subject: [PATCH] Bump version number for 2.20.7. --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index e827800852..29a495f42d 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.6+"; +$Bugzilla::Config::VERSION = "2.20.7"; use Safe; -- 2.47.2