From d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 10 Jul 2006 07:36:08 +0000 Subject: [PATCH] Bump the version number post-release. --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index e88f393e46..8a57b343a5 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -116,7 +116,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "2.23.2"; +use constant BUGZILLA_VERSION => "2.23.2+"; # # ControlMap constants for group_control_map. -- 2.47.2