]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 5.0.3 release-5.0.3
authorDavid Lawrence <dkl@mozilla.com>
Mon, 16 May 2016 18:43:56 +0000 (18:43 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 16 May 2016 18:43:56 +0000 (18:43 +0000)
Bugzilla/Constants.pm

index 015a25572fbbcd52d525b85f1683c9a6f8c6c066..8b2eeac244e80541d5d75d6a786496e669dccb00 100644 (file)
@@ -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.