From: mkanat%bugzilla.org <> Date: Tue, 3 Feb 2009 01:27:02 +0000 (+0000) Subject: Bump version number post-release. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97addf07d747d45b6c158c9e245fb6ef77c5be2;p=thirdparty%2Fbugzilla.git Bump version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 017122ecfc..c4a85f8240 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.7"; +$Bugzilla::Config::VERSION = "2.22.7+"; use Safe;