From: mkanat%bugzilla.org <> Date: Mon, 5 May 2008 07:54:37 +0000 (+0000) Subject: Bump the version number post-release. X-Git-Tag: bugzilla-2.20.7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b447897cab379b0016b2baf61f51a5fbe35b6a;p=thirdparty%2Fbugzilla.git Bump the version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 161a0855e6..e827800852 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.6"; +$Bugzilla::Config::VERSION = "2.20.6+"; use Safe;