diff options
author | justdave%syndicomm.com <> | 2003-11-10 12:56:38 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2003-11-10 12:56:38 +0100 |
commit | 100b3ea7a3a3d45a9b25c266a8b82f4883f71355 (patch) | |
tree | 7afb7745025705b778a9309dc938296d4dc50a19 /Bugzilla | |
parent | f8aa7c37e231bb36d36305696f7bd3794674b211 (diff) | |
download | bugzilla-100b3ea7a3a3d45a9b25c266a8b82f4883f71355.tar.gz bugzilla-100b3ea7a3a3d45a9b25c266a8b82f4883f71355.tar.xz |
Bump version number to 2.17.6
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 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; |