From e316a579cb4beebb822ca5ed0d1fa6cddf376ec2 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Wed, 28 Jul 2004 12:10:00 +0000 Subject: [PATCH] Bump version number to 2.18rc2 --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index b568918e37..94a62eb098 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; -- 2.47.2