From: justdave%bugzilla.org <> Date: Mon, 25 Oct 2004 18:35:14 +0000 (+0000) Subject: Bump version number to 2.19.1+ to indicate version pulled from CVS. X-Git-Tag: bugzilla-2.19.2~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afe67e69703cf575f5e781f39009fb41995a4035;p=thirdparty%2Fbugzilla.git Bump version number to 2.19.1+ to indicate version pulled from CVS. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 65f0285a99..6eb5f122e7 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.19.1"; +$Bugzilla::Config::VERSION = "2.19.1+"; use Safe;