From: mkanat%bugzilla.org <> Date: Sun, 15 Oct 2006 17:12:03 +0000 (+0000) Subject: Bump the version number post-release. X-Git-Tag: bugzilla-2.22.2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057dab7c28daabb22c8a5ed71c41cd546df9bb4b;p=thirdparty%2Fbugzilla.git Bump the version number post-release. --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 1b5367839a..6df6440143 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -93,7 +93,7 @@ our @parampanels = (); Exporter::export_ok_tags('admin', 'db', 'locations', 'params'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.22.1"; +$Bugzilla::Config::VERSION = "2.22.1+"; use Safe;