From: mkanat%bugzilla.org <> Date: Mon, 5 May 2008 07:54:19 +0000 (+0000) Subject: Bump the version number post-release. X-Git-Tag: bugzilla-2.22.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a146f20d788b9bb370aa4b913cfa3773a847a00;p=thirdparty%2Fbugzilla.git Bump the version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 689639a704..4690e0f75e 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.4"; +$Bugzilla::Config::VERSION = "2.22.4+"; use Safe;