]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 2.20.6 release. bugzilla-2.20.6 release-2.20.6
authormkanat%bugzilla.org <>
Mon, 5 May 2008 07:01:19 +0000 (07:01 +0000)
committermkanat%bugzilla.org <>
Mon, 5 May 2008 07:01:19 +0000 (07:01 +0000)
Bugzilla/Config.pm

index 3e86329116f304471dfe7e56594e3b0330ee62e6..161a0855e6384f36529ad3aa7a4cac823f0aa7a4 100644 (file)
@@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.20.5+";
+$Bugzilla::Config::VERSION = "2.20.6";
 
 use Safe;