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

index 8b2eeac244e80541d5d75d6a786496e669dccb00..479212686ef1a187922854325595fc43fd0bb064 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.