]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version post-release
authorDavid Lawrence <dkl@mozilla.com>
Tue, 22 Dec 2015 21:51:31 +0000 (21:51 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 22 Dec 2015 21:51:31 +0000 (21:51 +0000)
Bugzilla/Constants.pm

index cd4419b66adb4e25faf964a00e254589558c0bf5..b91e007a4381f454b947ae398a096d35514ea29e 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.2";
+use constant BUGZILLA_VERSION => "5.0.2+";
 
 # 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.