From bdadcdd06d23ce47ae1efad2963cd744f4ab5a10 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 15 Oct 2006 17:12:47 +0000 Subject: [PATCH] Bump the version number post-release. --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 6728d46152..fa16632f0f 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.6"; +$Bugzilla::Config::VERSION = "2.18.6+"; use Safe; -- 2.47.3