diff options
author | Erlang/OTP <[email protected]> | 2018-08-10 19:02:30 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-08-10 19:02:30 +0200 |
commit | 671dfd2acde87f5727ea442c942e1083a391aaee (patch) | |
tree | 6f314fddf46a69217bfc497283b3e0e59c4e2854 | |
parent | e0d90366cf797f4a30bd51b503cb9d99501fbb5b (diff) | |
download | otp-671dfd2acde87f5727ea442c942e1083a391aaee.tar.gz otp-671dfd2acde87f5727ea442c942e1083a391aaee.tar.bz2 otp-671dfd2acde87f5727ea442c942e1083a391aaee.zip |
Update version numbers
-rw-r--r-- | erts/vsn.mk | 2 | ||||
-rw-r--r-- | lib/compiler/vsn.mk | 2 | ||||
-rw-r--r-- | lib/crypto/vsn.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/erts/vsn.mk b/erts/vsn.mk index ac464ea165..c0444fa483 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.0.4 +VSN = 10.0.5 # 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 f99b6721e2..355113a94d 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.2.2 +COMPILER_VSN = 7.2.3 diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index cc34c20ac6..0d7b0e5575 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 4.3 +CRYPTO_VSN = 4.3.1 |