include/rabbit.hrl: Bump Erlang requirement to 19.3 (ERTS 8.3)
[#152067396]
This commit is contained in:
parent
41677e35fa
commit
123b30e508
|
|
@ -234,8 +234,8 @@
|
|||
|
||||
-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2017 Pivotal Software, Inc.").
|
||||
-define(INFORMATION_MESSAGE, "Licensed under the MPL. See http://www.rabbitmq.com/").
|
||||
-define(OTP_MINIMUM, "19.2").
|
||||
-define(ERTS_MINIMUM, "8.2").
|
||||
-define(OTP_MINIMUM, "19.3").
|
||||
-define(ERTS_MINIMUM, "8.3").
|
||||
|
||||
%% EMPTY_FRAME_SIZE, 8 = 1 + 2 + 4 + 1
|
||||
%% - 1 byte of frame type
|
||||
|
|
|
|||
Loading…
Reference in New Issue