From 5be4573b1d4f51b032b023f0986fd878a1c2ddf7 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sat, 10 Jul 2004 22:01:37 +0000 Subject: Bump version number for release --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config.pm') diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 75e833bed..002a7cc4c 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.17.7"; +$Bugzilla::Config::VERSION = "2.18rc1"; use Safe; -- cgit v1.2.3-24-g4f1b