diff options
author | Erlang/OTP <[email protected]> | 2019-02-26 11:28:27 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-02-26 11:28:27 +0100 |
commit | df130102cdeca8d35fec95a0c926fd1cfec54eab (patch) | |
tree | 0fb991f1cd53449a74b5e9e5536c2279ccaebce3 /erts/emulator/beam/erl_nif.h | |
parent | 42f0f3fcbce009e56270fdccdb6f0a85e3b4b368 (diff) | |
download | otp-df130102cdeca8d35fec95a0c926fd1cfec54eab.tar.gz otp-df130102cdeca8d35fec95a0c926fd1cfec54eab.tar.bz2 otp-df130102cdeca8d35fec95a0c926fd1cfec54eab.zip |
Prepare release
Diffstat (limited to 'erts/emulator/beam/erl_nif.h')
-rw-r--r-- | erts/emulator/beam/erl_nif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_nif.h b/erts/emulator/beam/erl_nif.h index 3fd1a8fd4c..3d8e653cf4 100644 --- a/erts/emulator/beam/erl_nif.h +++ b/erts/emulator/beam/erl_nif.h @@ -63,7 +63,7 @@ * with ticket syntax like "erts-@OTP-12345@", or a temporary placeholder * between two @ like "erts-@MyName@", if you don't know what a ticket is. */ -#define ERL_NIF_MIN_ERTS_VERSION "erts-@OTP-15095@ (OTP-22)" +#define ERL_NIF_MIN_ERTS_VERSION "erts-11.0 (OTP-22)" /* * The emulator will refuse to load a nif-lib with a major version |