From 100b3ea7a3a3d45a9b25c266a8b82f4883f71355 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Mon, 10 Nov 2003 11:56:38 +0000 Subject: Bump version number to 2.17.6 --- 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 7e2cb513f..f0d64e5ac 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.5"; +$Bugzilla::Config::VERSION = "2.17.6"; use Safe; -- cgit v1.2.3-24-g4f1b