Ditto for ERTS_MINIMUM

(cherry picked from commit b78f45260f)
This commit is contained in:
Michael Klishin 2021-02-19 17:33:21 +03:00
parent fda5c0745c
commit f37b3ca5d0
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
-export([check/1]).
-define(OTP_MINIMUM, "22.3").
-define(ERTS_MINIMUM, "10.3").
-define(ERTS_MINIMUM, "10.7").
check(_Context) ->
rabbit_log_prelaunch:debug(""),