diff options
author | Lukas Larsson <[email protected]> | 2014-07-11 10:46:37 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-07-22 09:29:22 +0200 |
commit | 8a6390613225ec3f3e2d5bbf537d2e0737342e87 (patch) | |
tree | a89fa6a8466484f4d3e91793659dc77763af5565 /erts/vsn.mk | |
parent | 450f0f893b5d28e6d967b163111f8a8a6032b0e1 (diff) | |
download | otp-8a6390613225ec3f3e2d5bbf537d2e0737342e87.tar.gz otp-8a6390613225ec3f3e2d5bbf537d2e0737342e87.tar.bz2 otp-8a6390613225ec3f3e2d5bbf537d2e0737342e87.zip |
kernel: When doing an fdopen we now also bind the fd to the specified addr/port
Diffstat (limited to 'erts/vsn.mk')
-rw-r--r-- | erts/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/vsn.mk b/erts/vsn.mk index 0355901877..af74fb96c9 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 5.10.4 +VSN = 5.10.4.1 SYSTEM_VSN = R16B03-1 # Port number 4365 in 4.2 |