summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2004-07-11 00:01:37 +0200
committerjustdave%bugzilla.org <>2004-07-11 00:01:37 +0200
commit5be4573b1d4f51b032b023f0986fd878a1c2ddf7 (patch)
tree17dd07f8f6a30d96f3ad10ecb430e587d27a8270 /Bugzilla/Config.pm
parent4e635c0676e60f4bf0af8fc76121ed41dfc2e092 (diff)
downloadbugzilla-5be4573b1d4f51b032b023f0986fd878a1c2ddf7.tar.gz
bugzilla-5be4573b1d4f51b032b023f0986fd878a1c2ddf7.tar.xz
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 75e833bed..002a7cc4c 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -76,7 +76,7 @@ our $webdotdir = "$datadir/webdot";
Exporter::export_ok_tags('admin', 'db', 'locations');
# Bugzilla version
-$Bugzilla::Config::VERSION = "2.17.7";
+$Bugzilla::Config::VERSION = "2.18rc1";
use Safe;