aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-04-25 05:02:35 +0000
committerjustdave%syndicomm.com <>2003-04-25 05:02:35 +0000
commit5ae69337915d6d9259bdb7775bdce78e9efd9499 (patch)
tree3d7612e245a1751de90c34b247d2f306c22a1591
parentBug 193965: On product change, user can accidentally opt-out of required grou... (diff)
downloadbugzilla-5ae69337915d6d9259bdb7775bdce78e9efd9499.tar.gz
bugzilla-5ae69337915d6d9259bdb7775bdce78e9efd9499.tar.bz2
bugzilla-5ae69337915d6d9259bdb7775bdce78e9efd9499.zip
Bumping version number to 2.17.4 for developer snapshot releaserelease-2.17.4bugzilla-2.17.4
-rw-r--r--Bugzilla/Config.pm2
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;