diff options
author | justdave%syndicomm.com <> | 2003-11-03 12:33:36 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2003-11-03 12:33:36 +0100 |
commit | 5fd8a15e92aa4632af32d2720565a89647b1db99 (patch) | |
tree | 5d861688ce9935a4a856a125741fb44abf0f89ca | |
parent | a4e75a434f1fbbae4b438927ae02958baad7f1b7 (diff) | |
download | bugzilla-5fd8a15e92aa4632af32d2720565a89647b1db99.tar.gz bugzilla-5fd8a15e92aa4632af32d2720565a89647b1db99.tar.xz |
Bump version number for release
-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 5f17a6087..7e2cb513f 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.4"; +$Bugzilla::Config::VERSION = "2.17.5"; use Safe; |