From: mkanat%kerio.com <> Date: Thu, 12 May 2005 09:51:04 +0000 (+0000) Subject: Up version to 2.19.3 for release of 2.18.1. X-Git-Tag: bugzilla-2.19.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99933e45dc01a50fc9035bdae47159402e96bdb;p=thirdparty%2Fbugzilla.git Up version to 2.19.3 for release of 2.18.1. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 6bc149be92..258db81570 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.3"; use Safe;