From: mkanat%kerio.com <> Date: Tue, 21 Feb 2006 16:34:04 +0000 (+0000) Subject: Update the version number post-release. X-Git-Tag: bugzilla-2.20.2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d66341d2246997fd0caaeebc6eaa9a4a1079c26;p=thirdparty%2Fbugzilla.git Update the version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index ee41efe3d5..d36aba4f86 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.1"; +$Bugzilla::Config::VERSION = "2.20.1+"; use Safe;