From b15ceff353b02a76a9f2076eb699818669ff0ed2 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 3 Feb 2007 09:33:57 +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 c6373b94c0..c2e978a44a 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.2"; +$Bugzilla::Config::VERSION = "2.22.2+"; use Safe; -- 2.47.2