From: mkanat%bugzilla.org <> Date: Fri, 7 Nov 2008 15:04:17 +0000 (+0000) Subject: Bump version number post-release. X-Git-Tag: bugzilla-2.22.7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bab6457f5b069abecd1201b60dfcbd69c0ecca1;p=thirdparty%2Fbugzilla.git Bump version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 3bbd7eb5c4..3ee7da2fce 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.6"; +$Bugzilla::Config::VERSION = "2.22.6+"; use Safe;