summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-11-09 10:59:22 +0100
committerjustdave%syndicomm.com <>2002-11-09 10:59:22 +0100
commit957b0d8191813bde97d4006893d317ff2b471e7a (patch)
tree772b9c8a2f4c9dd57705d35295f480d27ff80acc /Bugzilla
parent8816b8cb98a7902b722c00cbed6e22b12f176e74 (diff)
downloadbugzilla-957b0d8191813bde97d4006893d317ff2b471e7a.tar.gz
bugzilla-957b0d8191813bde97d4006893d317ff2b471e7a.tar.xz
Bumping version number for development snapshot tarball
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index 8a5e6c4bf..534367ce0 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";
+$Bugzilla::Config::VERSION = "2.17.1";
use Safe;