diff options
author | Lukas Larsson <[email protected]> | 2011-07-01 10:24:45 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-07-01 10:24:45 +0200 |
commit | acc2de565374e9b2c22b803fe234608cb84424f4 (patch) | |
tree | ddee94481fe944f48322950cec99fff16815991c /erts/emulator/beam | |
parent | 406460b546ae014d335b4b5f6b011ce3fbf26e5c (diff) | |
download | otp-acc2de565374e9b2c22b803fe234608cb84424f4.tar.gz otp-acc2de565374e9b2c22b803fe234608cb84424f4.tar.bz2 otp-acc2de565374e9b2c22b803fe234608cb84424f4.zip |
Add version comment
Diffstat (limited to 'erts/emulator/beam')
-rw-r--r-- | erts/emulator/beam/erl_nif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_nif.h b/erts/emulator/beam/erl_nif.h index bb557e39e9..fea527f954 100644 --- a/erts/emulator/beam/erl_nif.h +++ b/erts/emulator/beam/erl_nif.h @@ -32,6 +32,7 @@ ** 2.0: R14A ** 2.1: R14B02 "vm_variant" ** 2.2: R14B03 enif_is_exception +** 2.3: R15 enif_make_reverse_list */ #define ERL_NIF_MAJOR_VERSION 2 #define ERL_NIF_MINOR_VERSION 3 |