summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-02-04 14:39:56 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-02-04 14:39:56 +0000
commitf8500fb69e1bddcee1dacb788cc325402ed5740e (patch)
tree0d79ee631c0592c8110b9e3ff814f370d98d9b59
parent4e163b67e7cab07cc33efe6883eb0958db229d10 (diff)
downloadrabbitmq-server-bug23768.tar.gz
update documentationbug23768
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e08105f..51b998f4 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ RABBIT_PLT=rabbit.plt
ifndef USE_SPECS
# our type specs rely on features and bug fixes in dialyzer that are
-# only available in R14A upwards (R13B04 is erts 5.7.5)
+# only available in R14A upwards (R14A is erts 5.8)
USE_SPECS:=$(shell erl -noshell -eval 'io:format([list_to_integer(X) || X <- string:tokens(erlang:system_info(version), ".")] >= [5,8]), halt().')
endif