From: David Lawrence Date: Fri, 16 Feb 2018 19:25:31 +0000 (-0500) Subject: Bumped version post-release X-Git-Tag: bugzilla-5.3.3~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=450ce30760f7027a443872fa7d44616c421dee54;p=thirdparty%2Fbugzilla.git Bumped version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index a3fd069912..d7562f5081 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -209,7 +209,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.1.2"; +use constant BUGZILLA_VERSION => "5.1.2+"; # A base link to the current REST Documentation. We place it here # as it will need to be updated to whatever the current release is.