From 0fb2ea1be07afed5ccbb1128f06031998a88706d Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 12 May 2005 09:52:10 +0000 Subject: [PATCH] Up version to 2.18.1 for the release of 2.18.1. --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3