diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-04-29 13:06:42 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-04-29 13:06:42 +0100 |
| commit | 9b63f69499147f03f40fd5d2481dafe0a4e61ab4 (patch) | |
| tree | 407f09cca37fc82eb61f3a866dfd79f40be03363 /include | |
| parent | 7922ef966f891b3211fab666c353a909e9012cd1 (diff) | |
| download | rabbitmq-server-git-9b63f69499147f03f40fd5d2481dafe0a4e61ab4.tar.gz | |
Modify version_compare so that eg 5.0 is eq 5. On application start, check that we have a sufficient version of erts
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 a4abc1ffb2..145f6104ae 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -176,6 +176,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(ERTS_MINIMUM, "5.6.3"). -define(MAX_WAIT, 16#ffffffff). |
