diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-08-04 17:25:42 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-08-04 17:25:42 +0200 |
| commit | 6def6cbb53c6a62fd9451064a20551ffea622ea5 (patch) | |
| tree | 3724160a53ae704400c0467f0dce07b468d6e309 /include/rabbit.hrl | |
| parent | be83042dd09154a8b40fab5575dc45dd390bea52 (diff) | |
| download | rabbitmq-server-git-6def6cbb53c6a62fd9451064a20551ffea622ea5.tar.gz | |
Require Erlang R16B03, not R16B03-1
Erlang R16B03 is the version provided with Ubuntu 14.04 LTS and
CentOS 7. This should avoid some pain to those users.
However, we will highly recommend Erlang 17.0 for any serious TLS
deployment.
References #250.
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index a805af6e5f..d16a38f981 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -108,7 +108,7 @@ -define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2015 Pivotal Software, Inc."). -define(INFORMATION_MESSAGE, "Licensed under the MPL. See http://www.rabbitmq.com/"). --define(OTP_MINIMUM, "R16B03-1"). +-define(OTP_MINIMUM, "R16B03"). -define(ERTS_MINIMUM, "5.10.4"). %% EMPTY_FRAME_SIZE, 8 = 1 + 2 + 4 + 1 |
