diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-06-24 13:36:42 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-06-24 13:36:42 +0100 |
| commit | 91aee115be7cfbff56ada0bfe979ce7598325875 (patch) | |
| tree | 91328861aac725ba2ecf1f495b8df239b56db3cd /include | |
| parent | 8dcc9c5f50b4c470c37ad93a0745e85355946ad6 (diff) | |
| download | rabbitmq-server-git-91aee115be7cfbff56ada0bfe979ce7598325875.tar.gz | |
Don't pull protocol version from the JSON.
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index cff17e080a..7e6ba8fc2f 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -181,6 +181,7 @@ -define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd."). -define(INFORMATION_MESSAGE, "Licensed under the MPL. See http://www.rabbitmq.com/"). +-define(PROTOCOL_VERSION, "AMQP 0-8"). -define(ERTS_MINIMUM, "5.6.3"). -define(MAX_WAIT, 16#ffffffff). |
