diff options
author | 2003-11-03 11:33:36 +0000 | |
---|---|---|
committer | 2003-11-03 11:33:36 +0000 | |
commit | 5fd8a15e92aa4632af32d2720565a89647b1db99 (patch) | |
tree | 5d861688ce9935a4a856a125741fb44abf0f89ca | |
parent | [SECURITY] Bug 219044: A user with 'editkeywords' privileges (i.e. usually an... (diff) | |
download | bugzilla-release-2.17.5.tar.gz bugzilla-release-2.17.5.tar.bz2 bugzilla-release-2.17.5.zip |
Bump version number for releaserelease-2.17.5bugzilla-2.17.5
-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; |