]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number post-release.
authormkanat%bugzilla.org <>
Fri, 24 Aug 2007 02:24:18 +0000 (02:24 +0000)
committermkanat%bugzilla.org <>
Fri, 24 Aug 2007 02:24:18 +0000 (02:24 +0000)
Bugzilla/Config.pm

index 39ec1102d27bacc995b821d51ce24c2a1c0e453c..3e86329116f304471dfe7e56594e3b0330ee62e6 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.5+";
 
 use Safe;