diff options
author | mkanat%kerio.com <> | 2005-05-12 09:52:10 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-05-12 09:52:10 +0000 |
commit | 0fb2ea1be07afed5ccbb1128f06031998a88706d (patch) | |
tree | 20cd9af58fa44d141f65ecbffd07b5bce3e0f0c9 | |
parent | Bug 287109: [SECURITY] Names of private products/components can be exposed on... (diff) | |
download | bugzilla-release-2.18.1.tar.gz bugzilla-release-2.18.1.tar.bz2 bugzilla-release-2.18.1.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.pm | 2 |
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; |