From: mkanat%kerio.com <> Date: Sun, 2 Oct 2005 03:05:50 +0000 (+0000) Subject: Add a + to the version number for post-2.18.4 CVS versions. X-Git-Tag: bugzilla-2.18.5~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b592347bf487ae4bde59eff95e0767daefc041c9;p=thirdparty%2Fbugzilla.git Add a + to the version number for post-2.18.4 CVS versions. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 43cb324802..c8f8cb1d3f 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.4"; +$Bugzilla::Config::VERSION = "2.18.4+"; use Safe;