]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 2.20.7. bugzilla-2.20.7 release-2.20.7
authormkanat%bugzilla.org <>
Fri, 7 Nov 2008 08:42:18 +0000 (08:42 +0000)
committermkanat%bugzilla.org <>
Fri, 7 Nov 2008 08:42:18 +0000 (08:42 +0000)
Bugzilla/Config.pm

index e8278008528a6731fd15507e9255dc6edb13bcb1..29a495f42db8911028fe57c4b7ea206c90f29aca 100644 (file)
@@ -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;