From: mkanat%bugzilla.org <> Date: Sun, 23 Apr 2006 12:26:08 +0000 (+0000) Subject: Bump version number post-release. X-Git-Tag: bugzilla-2.20.3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63a8aee7def211c49eca6a3945d736f3ff995f87;p=thirdparty%2Fbugzilla.git Bump version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 75bce6af98..1cb62327c2 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.2"; +$Bugzilla::Config::VERSION = "2.20.2+"; use Safe;