diff options
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index e88f393e4..8a57b343a 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. |