From: mkanat%kerio.com <> Date: Tue, 21 Feb 2006 16:33:12 +0000 (+0000) Subject: Start of the 2.23 development cycle; update the version number. X-Git-Tag: bugzilla-2.23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f365a5c674d439f8cb1825605569ba882900f395;p=thirdparty%2Fbugzilla.git Start of the 2.23 development cycle; update the version number. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 996032a0f4..935fc2c9ea 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.22rc1"; +$Bugzilla::Config::VERSION = "2.23"; use Safe;