From bd26b3faae1d11dc683a826fc0483104d1671aff Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 15 Oct 2006 17:11:42 +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 ff79d9c6a4..5f3b6bc752 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -132,7 +132,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "2.23.3"; +use constant BUGZILLA_VERSION => "2.23.3+"; # # ControlMap constants for group_control_map. -- 2.47.3