diff options
author | Frédéric Buclin <LpSolit@netscape.net> | 2016-05-16 23:12:18 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@netscape.net> | 2016-05-16 23:12:18 +0200 |
commit | b08fccefe77cea448f4b677f474daf2480187915 (patch) | |
tree | 4066e07b2bc34c33240a2f3d9e7bc35cf80f373e /Bugzilla | |
parent | c12c092f9fd84cd0f5b5645f61e29fe1260063dc (diff) | |
parent | 40d86a554f5da8f5ede4b3982460be7a95fd1379 (diff) | |
download | bugs-b08fccefe77cea448f4b677f474daf2480187915.tar bugs-b08fccefe77cea448f4b677f474daf2480187915.tar.gz bugs-b08fccefe77cea448f4b677f474daf2480187915.tar.bz2 bugs-b08fccefe77cea448f4b677f474daf2480187915.tar.xz bugs-b08fccefe77cea448f4b677f474daf2480187915.zip |
Bugzilla 5.0.3
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 015a25572..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.2+"; +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. |