diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 9840416528..a805af6e5f 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -108,7 +108,8 @@ -define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2015 Pivotal Software, Inc."). -define(INFORMATION_MESSAGE, "Licensed under the MPL. See http://www.rabbitmq.com/"). --define(ERTS_MINIMUM, "5.6.3"). +-define(OTP_MINIMUM, "R16B03-1"). +-define(ERTS_MINIMUM, "5.10.4"). %% EMPTY_FRAME_SIZE, 8 = 1 + 2 + 4 + 1 %% - 1 byte of frame type |
