From: mkanat%kerio.com <> Date: Tue, 21 Feb 2006 17:14:59 +0000 (+0000) Subject: Update verison number on the 2.22 branch post-release of 2.22rc1. X-Git-Tag: bugzilla-2.22~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=023689a42608eaee0b03ed22c7922e76851e970e;p=thirdparty%2Fbugzilla.git Update verison number on the 2.22 branch post-release of 2.22rc1. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 935fc2c9ea..9155ec9860 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -93,7 +93,7 @@ our @parampanels = (); Exporter::export_ok_tags('admin', 'db', 'locations', 'params'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.23"; +$Bugzilla::Config::VERSION = "2.22rc1+"; use Safe;