aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-11-09 09:59:22 +0000
committerjustdave%syndicomm.com <>2002-11-09 09:59:22 +0000
commit957b0d8191813bde97d4006893d317ff2b471e7a (patch)
tree772b9c8a2f4c9dd57705d35295f480d27ff80acc /Bugzilla/Config.pm
parent8816b8cb98a7902b722c00cbed6e22b12f176e74 (diff)
downloadbugs-957b0d8191813bde97d4006893d317ff2b471e7a.tar
bugs-957b0d8191813bde97d4006893d317ff2b471e7a.tar.gz
bugs-957b0d8191813bde97d4006893d317ff2b471e7a.tar.bz2
bugs-957b0d8191813bde97d4006893d317ff2b471e7a.tar.xz
bugs-957b0d8191813bde97d4006893d317ff2b471e7a.zip
Bumping version number for development snapshot tarball
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 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;