From: mkanat%bugzilla.org <> Date: Sun, 15 Oct 2006 17:12:47 +0000 (+0000) Subject: Bump the version number post-release. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdadcdd06d23ce47ae1efad2963cd744f4ab5a10;p=thirdparty%2Fbugzilla.git Bump the version number post-release. --- 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;