diff options
author | Rickard Green <[email protected]> | 2013-12-10 09:52:50 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-12-10 12:27:15 +0100 |
commit | 51918f4322b3d30c89ba9b6ca2fbfe5ad6c6b51b (patch) | |
tree | 4173e9a8ed6c3e97327c75ec6d432439abf81abd /erts/emulator | |
parent | 6d22d78204ca8bc8ed4beb92f6021ff3ba93a882 (diff) | |
download | otp-51918f4322b3d30c89ba9b6ca2fbfe5ad6c6b51b.tar.gz otp-51918f4322b3d30c89ba9b6ca2fbfe5ad6c6b51b.tar.bz2 otp-51918f4322b3d30c89ba9b6ca2fbfe5ad6c6b51b.zip |
Update versions of OTP, erts, kernel, and stdlib
Update versions of OTP, erts, kernel, and stdlib to comply with
the new version scheme decided by the OTP technical board.
Diffstat (limited to 'erts/emulator')
-rwxr-xr-x | erts/emulator/beam/erl_bif_info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_bif_info.c b/erts/emulator/beam/erl_bif_info.c index 8fa3aa29eb..2b40f9272d 100755 --- a/erts/emulator/beam/erl_bif_info.c +++ b/erts/emulator/beam/erl_bif_info.c @@ -65,8 +65,8 @@ static Export *gather_gc_info_res_trap; #define DECL_AM(S) Eterm AM_ ## S = am_atom_put(#S, sizeof(#S) - 1) /* Keep erts_system_version as a global variable for easy access from a core */ -static char erts_system_version[] = ("Erlang " ERLANG_OTP_RELEASE - " (erts-" ERLANG_VERSION ")" +static char erts_system_version[] = ("Erlang/OTP " ERLANG_OTP_RELEASE + " [erts-" ERLANG_VERSION "]" #if !HEAP_ON_C_STACK && !HALFWORD_HEAP " [no-c-stack-objects]" #endif |