From: mkanat%kerio.com <> Date: Mon, 8 Aug 2005 14:33:44 +0000 (+0000) Subject: Bump the 2.20 version number post-release. X-Git-Tag: bugzilla-2.20~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1d157c00325e4f20a9a671ed579a5c077269a83;p=thirdparty%2Fbugzilla.git Bump the 2.20 version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 6a1fb6a525..620b9e1bb5 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -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;