From: justdave%syndicomm.com <> Date: Fri, 25 Apr 2003 05:02:35 +0000 (+0000) Subject: Bumping version number to 2.17.4 for developer snapshot release X-Git-Tag: bugzilla-2.17.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae69337915d6d9259bdb7775bdce78e9efd9499;p=thirdparty%2Fbugzilla.git Bumping version number to 2.17.4 for developer snapshot release --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index c1f3e9103d..5f17a60871 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -51,7 +51,7 @@ use Bugzilla::Util; Exporter::export_ok_tags('admin', 'db'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.17.3"; +$Bugzilla::Config::VERSION = "2.17.4"; use Safe;