diff options
author | Erlang/OTP <[email protected]> | 2018-09-11 16:56:49 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-09-11 16:56:49 +0200 |
commit | d666f2e2141af7ce81c28cb4039665662bed6e6c (patch) | |
tree | 7179fcd03b527529cb55c5a1d7c6735644b50cca | |
parent | f7ad6631db7eed84bb0366a6141ad54366dd91ad (diff) | |
download | otp-d666f2e2141af7ce81c28cb4039665662bed6e6c.tar.gz otp-d666f2e2141af7ce81c28cb4039665662bed6e6c.tar.bz2 otp-d666f2e2141af7ce81c28cb4039665662bed6e6c.zip |
Update version numbers
-rw-r--r-- | erts/vsn.mk | 2 | ||||
-rw-r--r-- | lib/compiler/vsn.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/erts/vsn.mk b/erts/vsn.mk index 293b555b18..e28716c37f 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.0.7 +VSN = 10.0.8 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index 355113a94d..bb6ee00cd7 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.2.3 +COMPILER_VSN = 7.2.4 |