From: mkanat%bugzilla.org <> Date: Sat, 3 Feb 2007 09:33:57 +0000 (+0000) Subject: Bump the version number post-release. X-Git-Tag: bugzilla-2.22.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b15ceff353b02a76a9f2076eb699818669ff0ed2;p=thirdparty%2Fbugzilla.git Bump the version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index c6373b94c0..c2e978a44a 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -102,7 +102,7 @@ our @parampanels = (); Exporter::export_ok_tags('admin', 'db', 'locations', 'params'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.22.2"; +$Bugzilla::Config::VERSION = "2.22.2+"; use Safe;