aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-05-12 09:52:10 +0000
committermkanat%kerio.com <>2005-05-12 09:52:10 +0000
commit0fb2ea1be07afed5ccbb1128f06031998a88706d (patch)
tree20cd9af58fa44d141f65ecbffd07b5bce3e0f0c9
parentBug 287109: [SECURITY] Names of private products/components can be exposed on... (diff)
downloadbugzilla-0fb2ea1be07afed5ccbb1128f06031998a88706d.tar.gz
bugzilla-0fb2ea1be07afed5ccbb1128f06031998a88706d.tar.bz2
bugzilla-0fb2ea1be07afed5ccbb1128f06031998a88706d.zip
Up version to 2.18.1 for the release of 2.18.1.release-2.18.1bugzilla-2.18.1
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index 82ec3cf7a..d8ac5ce5f 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.18";
+$Bugzilla::Config::VERSION = "2.18.1";
use Safe;