diff options
author | Siri Hansen <[email protected]> | 2014-09-25 10:46:38 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-09-25 10:46:38 +0200 |
commit | 1470f4deff7b0959edd64beb89450dcc93383626 (patch) | |
tree | 66553091e7fe398fd4e7c4dc40f4adca0227866e /lib/stdlib/src/stdlib.appup.src | |
parent | 69b42b150e3d363e2b84dcda39de8b6e08acc687 (diff) | |
download | otp-1470f4deff7b0959edd64beb89450dcc93383626.tar.gz otp-1470f4deff7b0959edd64beb89450dcc93383626.tar.bz2 otp-1470f4deff7b0959edd64beb89450dcc93383626.zip |
Fix stdlib.appup for OTP-17.4
This is to allow upgrade from stdlib-2.2 (OTP-17.3).
Diffstat (limited to 'lib/stdlib/src/stdlib.appup.src')
-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 }. |