aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2004-07-28 12:10:00 +0000
committerjustdave%bugzilla.org <>2004-07-28 12:10:00 +0000
commite316a579cb4beebb822ca5ed0d1fa6cddf376ec2 (patch)
treea587044cd1d11c37629c96569af0a4d0c8d1895f
parentFix for bug 252943: broken title in interdiff. Adds reasonable title while (diff)
downloadbugzilla-e316a579cb4beebb822ca5ed0d1fa6cddf376ec2.tar.gz
bugzilla-e316a579cb4beebb822ca5ed0d1fa6cddf376ec2.tar.bz2
bugzilla-e316a579cb4beebb822ca5ed0d1fa6cddf376ec2.zip
Bump version number to 2.18rc2release-2.18rc2bugzilla-2.18rc2
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index b568918e3..94a62eb09 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.19";
+$Bugzilla::Config::VERSION = "2.18rc2";
use Safe;