diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-08-04 11:25:07 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-08-04 11:25:07 +0200 |
| commit | be83042dd09154a8b40fab5575dc45dd390bea52 (patch) | |
| tree | 33a9e28bfc7442ee7e3a29e91a1b0b01d7b4c2db /include | |
| parent | 3f8f24bbb6f75d095f9dd68bb826afb15bc624e5 (diff) | |
| download | rabbitmq-server-git-be83042dd09154a8b40fab5575dc45dd390bea52.tar.gz | |
Require Erlang R16B03-1
Fixes #250.
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 |
