From: mkanat%bugzilla.org <> Date: Sat, 3 Feb 2007 09:35:17 +0000 (+0000) Subject: Bump version number post-release. X-Git-Tag: bugzilla-2.20.5~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc970bf08994d0dd9de323fd578c430a1f3db2f8;p=thirdparty%2Fbugzilla.git Bump version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index eb7c2a4759..cdca78d7ae 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.20.4"; +$Bugzilla::Config::VERSION = "2.20.4+"; use Safe;