diff options
author | Siri Hansen <[email protected]> | 2012-01-09 15:52:53 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-01-09 15:52:53 +0100 |
commit | 8f3b256ae734fb39e9baa3678b3c2f7ee9acc797 (patch) | |
tree | b50fad74b7e2c2557a5e4ceab8d6798902e1f3c1 /lib/stdlib | |
parent | a69fb329f36b8c76b5bf5d2819e66b481e5a8b7f (diff) | |
parent | 328da583bc0591697bab0d1e5800d42959c140ec (diff) | |
download | otp-8f3b256ae734fb39e9baa3678b3c2f7ee9acc797.tar.gz otp-8f3b256ae734fb39e9baa3678b3c2f7ee9acc797.tar.bz2 otp-8f3b256ae734fb39e9baa3678b3c2f7ee9acc797.zip |
Merge branch 'siri/update-generic-appup-files/OTP-9845'
* siri/update-generic-appup-files/OTP-9845:
Update appup files for kernel and stdlib for OTP R16
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/src/stdlib.appup.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src index 94e81188b5..55c8087475 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\\.18(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R15 - {<<"1\\.17(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R14 - {<<"1\\.16(\\.[0-9]+)*">>,[restart_new_emulator]}],%% R13 + [{<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R16 + {<<"1\\.18(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R15 + {<<"1\\.17(\\.[0-9]+)*">>,[restart_new_emulator]}],%% R14 %% Down to - max two major revisions back - [{<<"1\\.18(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R15 - {<<"1\\.17(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R14 - {<<"1\\.16(\\.[0-9]+)*">>,[restart_new_emulator]}] %% R13 + [{<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R16 + {<<"1\\.18(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R15 + {<<"1\\.17(\\.[0-9]+)*">>,[restart_new_emulator]}] %% R14 }. |