aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2013-12-13 09:58:11 +0100
committerRickard Green <[email protected]>2013-12-13 09:58:11 +0100
commitaf17798534de376505498b86525ab8618753ebf7 (patch)
treed8d9c88e3b211bedbb0abad1df8208b81904b998 /erts/emulator
parent458e302f61e2de36ebd49c5a5a5b984224bdce94 (diff)
parent51918f4322b3d30c89ba9b6ca2fbfe5ad6c6b51b (diff)
downloadotp-af17798534de376505498b86525ab8618753ebf7.tar.gz
otp-af17798534de376505498b86525ab8618753ebf7.tar.bz2
otp-af17798534de376505498b86525ab8618753ebf7.zip
Merge branch 'rickard/otp-17-vsn'
* rickard/otp-17-vsn: Update versions of OTP, erts, kernel, and stdlib
Diffstat (limited to 'erts/emulator')
-rwxr-xr-xerts/emulator/beam/erl_bif_info.c4
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