From: mkanat%kerio.com <> Date: Sun, 2 Oct 2005 03:04:46 +0000 (+0000) Subject: Add a + to the version number for post-2.20 CVS versions. X-Git-Tag: bugzilla-2.20.1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a0ae901924331849cc74be4558cbed5326bc10;p=thirdparty%2Fbugzilla.git Add a + to the version number for post-2.20 CVS versions. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 4579e0cd67..de5490767b 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot"; Exporter::export_ok_tags('admin', 'db', 'locations'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.20"; +$Bugzilla::Config::VERSION = "2.20+"; use Safe;