diff options
author | justdave%syndicomm.com <> | 2002-12-13 19:33:07 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-12-13 19:33:07 +0000 |
commit | 53394f513746d1f92ed000e77ae6c4ffdc30b74d (patch) | |
tree | 93cf9b9cf717d5a693d5242857e61a9c33b27900 | |
parent | Bug 183188: collectstats.pl no longer makes data/mining world-readable (diff) | |
download | bugzilla-2.17.2.tar.gz bugzilla-2.17.2.tar.bz2 bugzilla-2.17.2.zip |
bumping version number to 2.17.2release-2.17.2bugzilla-2.17.2
-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 f72004e3b..87d8c2dc1 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.1"; +$Bugzilla::Config::VERSION = "2.17.2"; use Safe; |