From 51d0c150066809181dfadb7b226f7a7a53b614f1 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Wed, 3 Mar 2004 15:35:43 +0000 Subject: Bump version number to 2.17.7 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 3d75acfe4..75e833bed 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -76,7 +76,7 @@ our $webdotdir = "$datadir/webdot"; Exporter::export_ok_tags('admin', 'db', 'locations'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.17.6"; +$Bugzilla::Config::VERSION = "2.17.7"; use Safe; -- cgit v1.2.3-24-g4f1b