summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-11-10 12:56:38 +0100
committerjustdave%syndicomm.com <>2003-11-10 12:56:38 +0100
commit100b3ea7a3a3d45a9b25c266a8b82f4883f71355 (patch)
tree7afb7745025705b778a9309dc938296d4dc50a19 /Bugzilla/Config.pm
parentf8aa7c37e231bb36d36305696f7bd3794674b211 (diff)
downloadbugzilla-100b3ea7a3a3d45a9b25c266a8b82f4883f71355.tar.gz
bugzilla-100b3ea7a3a3d45a9b25c266a8b82f4883f71355.tar.xz
Bump version number to 2.17.6
Diffstat (limited to 'Bugzilla/Config.pm')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
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;