Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit c656ad0

Browse files
committed
Bump erlang version requirement.
RabbitMQ depends on `ra`, which uses persistent_term, only available in 21.2
1 parent e724ea8 commit c656ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/rabbit.hrl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
212212

213213
-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2019 Pivotal Software, Inc.").
214214
-define(INFORMATION_MESSAGE, "Licensed under the MPL. See http://www.rabbitmq.com/").
215-
-define(OTP_MINIMUM, "21.0").
216-
-define(ERTS_MINIMUM, "10.0").
215+
-define(OTP_MINIMUM, "21.2").
216+
-define(ERTS_MINIMUM, "10.2").
217217

218218
%% EMPTY_FRAME_SIZE, 8 = 1 + 2 + 4 + 1
219219
%% - 1 byte of frame type

0 commit comments

Comments
 (0)