From 5ae69337915d6d9259bdb7775bdce78e9efd9499 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Fri, 25 Apr 2003 05:02:35 +0000 Subject: Bumping version number to 2.17.4 for developer snapshot release --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config.pm') diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index c1f3e9103..5f17a6087 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; -- cgit v1.2.3-24-g4f1b