From: mkanat%bugzilla.org <> Date: Fri, 24 Aug 2007 02:24:18 +0000 (+0000) Subject: Bump version number post-release. X-Git-Tag: bugzilla-2.20.6~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ed84de2ae26e11ec94835ea1a5438dd2f1d6c6;p=thirdparty%2Fbugzilla.git Bump version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 39ec1102d2..3e86329116 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.5"; +$Bugzilla::Config::VERSION = "2.20.5+"; use Safe;