From: justdave%bugzilla.org <> Date: Sat, 10 Jul 2004 22:01:37 +0000 (+0000) Subject: Bump version number for release X-Git-Tag: bugzilla-2.18rc1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be4573b1d4f51b032b023f0986fd878a1c2ddf7;p=thirdparty%2Fbugzilla.git Bump version number for release --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 75e833bed6..002a7cc4c2 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;