]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Revert "Bumped version post-release" 50/head 6/head
authorDavid Lawrence <dkl@mozilla.com>
Mon, 16 May 2016 20:02:32 +0000 (20:02 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 16 May 2016 20:02:32 +0000 (20:02 +0000)
This reverts commit 2d0ba4520ba0458d1f2abf3ef71d2d459d2a0f75.

Bugzilla/Constants.pm

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