From: mkanat%bugzilla.org <> Date: Wed, 13 Aug 2008 00:30:24 +0000 (+0000) Subject: Bump the version number post-release. X-Git-Tag: bugzilla-2.22.6~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b130d3d963ec999af24629a56b7baa74b0d8eb;p=thirdparty%2Fbugzilla.git Bump the version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 426c9b6268..b923adefdd 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.5"; +$Bugzilla::Config::VERSION = "2.22.5+"; use Safe;