From: mkanat%kerio.com <> Date: Sun, 2 Oct 2005 03:04:07 +0000 (+0000) Subject: Add a + to the version number to indicate it came from CVS. X-Git-Tag: bugzilla-2.22rc1~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf77347aeaa2045ffd27ad2a4a511e9f150bcf49;p=thirdparty%2Fbugzilla.git Add a + to the version number to indicate it came from CVS. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 7723e5b04a..6e7968b07d 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -89,7 +89,7 @@ our $webdotdir = "$datadir/webdot"; Exporter::export_ok_tags('admin', 'db', 'locations'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.21.1"; +$Bugzilla::Config::VERSION = "2.21.1+"; use Safe;