From: mkanat%kerio.com <> Date: Thu, 12 May 2005 09:52:10 +0000 (+0000) Subject: Up version to 2.18.1 for the release of 2.18.1. X-Git-Tag: bugzilla-2.18.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fb2ea1be07afed5ccbb1128f06031998a88706d;p=thirdparty%2Fbugzilla.git Up version to 2.18.1 for the release of 2.18.1. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 82ec3cf7a9..d8ac5ce5f0 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;