diff options
author | justdave%syndicomm.com <> | 2002-12-13 20:33:07 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-12-13 20:33:07 +0100 |
commit | 53394f513746d1f92ed000e77ae6c4ffdc30b74d (patch) | |
tree | 93cf9b9cf717d5a693d5242857e61a9c33b27900 /Bugzilla | |
parent | eedc2c21ad4603a8611f917df4d62ecd3209578f (diff) | |
download | bugzilla-53394f513746d1f92ed000e77ae6c4ffdc30b74d.tar.gz bugzilla-53394f513746d1f92ed000e77ae6c4ffdc30b74d.tar.xz |
bumping version number to 2.17.2
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 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; |