summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2004-03-03 16:35:43 +0100
committerjustdave%syndicomm.com <>2004-03-03 16:35:43 +0100
commit51d0c150066809181dfadb7b226f7a7a53b614f1 (patch)
treeacb438f278bcc675acdc200b050d21d1bbed5d12 /Bugzilla
parent261e207c1170cf374467cc422bd76a861110b8ab (diff)
downloadbugzilla-51d0c150066809181dfadb7b226f7a7a53b614f1.tar.gz
bugzilla-51d0c150066809181dfadb7b226f7a7a53b614f1.tar.xz
Bump version number to 2.17.7 for release.
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
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;