aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/stdlib.appup.src
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-09-18 10:48:10 +0200
committerHans Bolinder <[email protected]>2015-09-18 10:57:46 +0200
commit1d3e719905f29dfa6a87b0f65aa0120b3e6cfe2f (patch)
treea23cebd6d12109247993df8545ebdcacfe2c3e54 /lib/stdlib/src/stdlib.appup.src
parent9d5aa4ee276c142e9800262333103be5da600a53 (diff)
downloadotp-1d3e719905f29dfa6a87b0f65aa0120b3e6cfe2f.tar.gz
otp-1d3e719905f29dfa6a87b0f65aa0120b3e6cfe2f.tar.bz2
otp-1d3e719905f29dfa6a87b0f65aa0120b3e6cfe2f.zip
Update application versions
Diffstat (limited to 'lib/stdlib/src/stdlib.appup.src')
-rw-r--r--lib/stdlib/src/stdlib.appup.src6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src
index 828e1d9aa4..5f61752655 100644
--- a/lib/stdlib/src/stdlib.appup.src
+++ b/lib/stdlib/src/stdlib.appup.src
@@ -18,7 +18,9 @@
%% %CopyrightEnd%
{"%VSN%",
%% Up from - max one major revision back
- [{<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}], %% 17.0-17.5
+ [{<<"2\\.5(\\.[0-9]+)*">>,[restart_new_emulator]}, %% OTP-18.0.*
+ {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}], %% 17.0-17.5
%% Down to - max one major revision back
- [{<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}] %% 17.0-17.5
+ [{<<"2\\.5(\\.[0-9]+)*">>,[restart_new_emulator]}, %% OTP-18.0.*
+ {<<"2\\.[0-4](\\.[0-9]+)*">>,[restart_new_emulator]}] %% 17.0-17.5
}.