]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number post-release. 2.20
authormkanat%bugzilla.org <>
Fri, 7 Nov 2008 15:03:53 +0000 (15:03 +0000)
committermkanat%bugzilla.org <>
Fri, 7 Nov 2008 15:03:53 +0000 (15:03 +0000)
Bugzilla/Config.pm

index 29a495f42db8911028fe57c4b7ea206c90f29aca..e8ae9a33f328c103b7f5d67319bd89f2816779f8 100644 (file)
@@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.20.7";
+$Bugzilla::Config::VERSION = "2.20.7+";
 
 use Safe;