From 5fd8a15e92aa4632af32d2720565a89647b1db99 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Mon, 3 Nov 2003 11:33:36 +0000 Subject: Bump version number for 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 5f17a6087..7e2cb513f 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.4"; +$Bugzilla::Config::VERSION = "2.17.5"; use Safe; -- cgit v1.2.3-24-g4f1b