diff options
author | Erlang/OTP <[email protected]> | 2017-10-05 16:58:18 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-10-05 16:58:18 +0200 |
commit | 7bb7ef2bdd7a07abb8e1ae98b88def0cad168cad (patch) | |
tree | 2163b02e63410e7cc123ddcc4c2b0d17c0f7a4c3 | |
parent | af8867cb16992e10f857cea87334333b969d973f (diff) | |
download | otp-7bb7ef2bdd7a07abb8e1ae98b88def0cad168cad.tar.gz otp-7bb7ef2bdd7a07abb8e1ae98b88def0cad168cad.tar.bz2 otp-7bb7ef2bdd7a07abb8e1ae98b88def0cad168cad.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 3df78351d7..e8fe09ad36 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 8.3.5.2 +VSN = 8.3.5.3 # 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 5c87304a01..f3b9d3e9fd 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.0.4 +COMPILER_VSN = 7.0.4.1 |