From: mkanat%kerio.com <> Date: Tue, 21 Feb 2006 16:34:45 +0000 (+0000) Subject: Update the version number post-release. X-Git-Tag: bugzilla-2.18.6~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21ebadc5acae665763c45bb87f616eb8a0480eb2;p=thirdparty%2Fbugzilla.git Update the version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 3b91e6f8b5..4d3193decf 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.5"; +$Bugzilla::Config::VERSION = "2.18.5+"; use Safe;