summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-04-25 07:02:35 +0200
committerjustdave%syndicomm.com <>2003-04-25 07:02:35 +0200
commit5ae69337915d6d9259bdb7775bdce78e9efd9499 (patch)
tree3d7612e245a1751de90c34b247d2f306c22a1591 /Bugzilla/Config.pm
parentb8216dd28e655da769df2279c0567e10ee658566 (diff)
downloadbugzilla-5ae69337915d6d9259bdb7775bdce78e9efd9499.tar.gz
bugzilla-5ae69337915d6d9259bdb7775bdce78e9efd9499.tar.xz
Bumping version number to 2.17.4 for developer snapshot release
Diffstat (limited to 'Bugzilla/Config.pm')
-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;