]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the 2.20 version number post-release.
authormkanat%kerio.com <>
Mon, 8 Aug 2005 14:33:44 +0000 (14:33 +0000)
committermkanat%kerio.com <>
Mon, 8 Aug 2005 14:33:44 +0000 (14:33 +0000)
Bugzilla/Config.pm

index 6a1fb6a525ae8b31e308a555975f0d6d7e74b34f..620b9e1bb540ad7e5cf97fc9ba41ed40f86ad1d3 100644 (file)
@@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.20rc2";
+$Bugzilla::Config::VERSION = "2.20rc2+";
 
 use Safe;