]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number post-release.
authormkanat%bugzilla.org <>
Sat, 3 Feb 2007 09:35:17 +0000 (09:35 +0000)
committermkanat%bugzilla.org <>
Sat, 3 Feb 2007 09:35:17 +0000 (09:35 +0000)
Bugzilla/Config.pm

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