From 057dab7c28daabb22c8a5ed71c41cd546df9bb4b Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 15 Oct 2006 17:12:03 +0000 Subject: [PATCH] Bump the version number post-release. --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2