From: justdave%bugzilla.org <> Date: Tue, 18 Jan 2005 09:20:27 +0000 (+0000) Subject: Update version to 2.19.2+ for cvs development X-Git-Tag: bugzilla-2.19.3~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7f07d5e8fd801576080ee9ff295f7631be894fa;p=thirdparty%2Fbugzilla.git Update version to 2.19.2+ for cvs development --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index f349edba2d..bbdf69ee6f 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.2"; +$Bugzilla::Config::VERSION = "2.19.2+"; use Safe;