diff options
author | justdave%syndicomm.com <> | 2003-04-25 05:02:35 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2003-04-25 05:02:35 +0000 |
commit | 5ae69337915d6d9259bdb7775bdce78e9efd9499 (patch) | |
tree | 3d7612e245a1751de90c34b247d2f306c22a1591 | |
parent | Bug 193965: On product change, user can accidentally opt-out of required grou... (diff) | |
download | bugzilla-2.17.4.tar.gz bugzilla-2.17.4.tar.bz2 bugzilla-2.17.4.zip |
Bumping version number to 2.17.4 for developer snapshot releaserelease-2.17.4bugzilla-2.17.4
-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 c1f3e9103..5f17a6087 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.3"; +$Bugzilla::Config::VERSION = "2.17.4"; use Safe; |