diff options
author | David Lawrence <dkl@mozilla.com> | 2016-05-16 20:03:20 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-05-16 20:03:20 +0000 |
commit | 40d86a554f5da8f5ede4b3982460be7a95fd1379 (patch) | |
tree | cba61fe5e6c08739d9f49ae7c1412563ddbb0667 /Bugzilla | |
parent | 797fe81e3cc1280ca609aed8bc230fa2338a7560 (diff) | |
download | bugs-40d86a554f5da8f5ede4b3982460be7a95fd1379.tar bugs-40d86a554f5da8f5ede4b3982460be7a95fd1379.tar.gz bugs-40d86a554f5da8f5ede4b3982460be7a95fd1379.tar.bz2 bugs-40d86a554f5da8f5ede4b3982460be7a95fd1379.tar.xz bugs-40d86a554f5da8f5ede4b3982460be7a95fd1379.zip |
Bumped version post-release
Diffstat (limited to 'Bugzilla')
-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 8b2eeac24..479212686 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.3"; +use constant BUGZILLA_VERSION => "5.0.3+"; # 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. |