aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-11-03 11:33:36 +0000
committerjustdave%syndicomm.com <>2003-11-03 11:33:36 +0000
commit5fd8a15e92aa4632af32d2720565a89647b1db99 (patch)
tree5d861688ce9935a4a856a125741fb44abf0f89ca /Bugzilla/Config.pm
parenta4e75a434f1fbbae4b438927ae02958baad7f1b7 (diff)
downloadbugs-5fd8a15e92aa4632af32d2720565a89647b1db99.tar
bugs-5fd8a15e92aa4632af32d2720565a89647b1db99.tar.gz
bugs-5fd8a15e92aa4632af32d2720565a89647b1db99.tar.bz2
bugs-5fd8a15e92aa4632af32d2720565a89647b1db99.tar.xz
bugs-5fd8a15e92aa4632af32d2720565a89647b1db99.zip
Bump version number for 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 5f17a6087..7e2cb513f 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.4";
+$Bugzilla::Config::VERSION = "2.17.5";
use Safe;