diff options
author | justdave%syndicomm.com <> | 2004-03-03 16:35:43 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2004-03-03 16:35:43 +0100 |
commit | 51d0c150066809181dfadb7b226f7a7a53b614f1 (patch) | |
tree | acb438f278bcc675acdc200b050d21d1bbed5d12 /Bugzilla | |
parent | 261e207c1170cf374467cc422bd76a861110b8ab (diff) | |
download | bugzilla-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.pm | 2 |
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; |