diff options
author | Rickard Green <[email protected]> | 2013-12-10 09:52:50 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-12-10 12:27:15 +0100 |
commit | 51918f4322b3d30c89ba9b6ca2fbfe5ad6c6b51b (patch) | |
tree | 4173e9a8ed6c3e97327c75ec6d432439abf81abd /lib/stdlib | |
parent | 6d22d78204ca8bc8ed4beb92f6021ff3ba93a882 (diff) | |
download | otp-51918f4322b3d30c89ba9b6ca2fbfe5ad6c6b51b.tar.gz otp-51918f4322b3d30c89ba9b6ca2fbfe5ad6c6b51b.tar.bz2 otp-51918f4322b3d30c89ba9b6ca2fbfe5ad6c6b51b.zip |
Update versions of OTP, erts, kernel, and stdlib
Update versions of OTP, erts, kernel, and stdlib to comply with
the new version scheme decided by the OTP technical board.
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/src/stdlib.appup.src | 4 | ||||
-rw-r--r-- | lib/stdlib/vsn.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src index 4c828e4434..749a9a4201 100644 --- a/lib/stdlib/src/stdlib.appup.src +++ b/lib/stdlib/src/stdlib.appup.src @@ -17,11 +17,11 @@ %% %CopyrightEnd% {"%VSN%", %% Up from - max two major revisions back - [{<<"1\\.20(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17 + [{<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17 {<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R16 {<<"1\\.18(\\.[0-9]+)*">>,[restart_new_emulator]}],%% R15 %% Down to - max two major revisions back - [{<<"1\\.20(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17 + [{<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17 {<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R16 {<<"1\\.18(\\.[0-9]+)*">>,[restart_new_emulator]}] %% R15 }. diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index c9d596f737..37a6590b06 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 1.20 +STDLIB_VSN = 2.0 |