diff options
author | Siri Hansen <[email protected]> | 2014-10-02 10:11:05 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-10-02 10:11:05 +0200 |
commit | fec05d96ce4d9cc77bd3dfb06e474600854c6dd8 (patch) | |
tree | 04b70b38df482b97d3965f4cca1927198a479dbb | |
parent | 90424ea12a458f7c2270a2d36b91d333bbf26339 (diff) | |
parent | 1470f4deff7b0959edd64beb89450dcc93383626 (diff) | |
download | otp-fec05d96ce4d9cc77bd3dfb06e474600854c6dd8.tar.gz otp-fec05d96ce4d9cc77bd3dfb06e474600854c6dd8.tar.bz2 otp-fec05d96ce4d9cc77bd3dfb06e474600854c6dd8.zip |
Merge branch 'siri/appups-17.4' into maint
* siri/appups-17.4:
Fix stdlib.appup for OTP-17.4
-rw-r--r-- | lib/stdlib/src/stdlib.appup.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src index 99d9b8b431..7802ea884f 100644 --- a/lib/stdlib/src/stdlib.appup.src +++ b/lib/stdlib/src/stdlib.appup.src @@ -17,11 +17,11 @@ %% %CopyrightEnd% {"%VSN%", %% Up from - max one major revision back - [{<<"2\\.1(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1 + [{<<"2\\.[1-2](\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1-17.3 {<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.0 {<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}],%% R16 %% Down to - max one major revision back - [{<<"2\\.1(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1 + [{<<"2\\.[1-2](\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1-17.3 {<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.0 {<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}] %% R16 }. |