summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/stdlib.appup.src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/src/stdlib.appup.src')
-rw-r--r--lib/stdlib/src/stdlib.appup.src28
1 files changed, 7 insertions, 21 deletions
diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src
index 13efc74d85..922f4f8767 100644
--- a/lib/stdlib/src/stdlib.appup.src
+++ b/lib/stdlib/src/stdlib.appup.src
@@ -19,24 +19,16 @@
%%
%% We allow upgrade from, and downgrade to all previous
%% versions from the following OTP releases:
-%% - OTP 23
%% - OTP 24
%% - OTP 25
+%% - OTP 26
%%
%% We also allow upgrade from, and downgrade to all
%% versions that have branched off from the above
%% stated previous versions.
%%
{"%VSN%",
- [{<<"^3\\.13$">>,[restart_new_emulator]},
- {<<"^3\\.13\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
- {<<"^3\\.13\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
- {<<"^3\\.13\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
- {<<"^3\\.14$">>,[restart_new_emulator]},
- {<<"^3\\.14\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
- {<<"^3\\.14\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
- {<<"^3\\.14\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
- {<<"^3\\.15$">>,[restart_new_emulator]},
+ [{<<"^3\\.15$">>,[restart_new_emulator]},
{<<"^3\\.15\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^3\\.15\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^3\\.15\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
@@ -56,16 +48,9 @@
{<<"^4\\.2$">>,[restart_new_emulator]},
{<<"^4\\.2\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^4\\.3$">>,[restart_new_emulator]},
- {<<"^4\\.3\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}],
- [{<<"^3\\.13$">>,[restart_new_emulator]},
- {<<"^3\\.13\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
- {<<"^3\\.13\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
- {<<"^3\\.13\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
- {<<"^3\\.14$">>,[restart_new_emulator]},
- {<<"^3\\.14\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
- {<<"^3\\.14\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
- {<<"^3\\.14\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
- {<<"^3\\.15$">>,[restart_new_emulator]},
+ {<<"^4\\.3\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
+ {<<"^4\\.3\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}],
+ [{<<"^3\\.15$">>,[restart_new_emulator]},
{<<"^3\\.15\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^3\\.15\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^3\\.15\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
@@ -85,4 +70,5 @@
{<<"^4\\.2$">>,[restart_new_emulator]},
{<<"^4\\.2\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^4\\.3$">>,[restart_new_emulator]},
- {<<"^4\\.3\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}]}.
+ {<<"^4\\.3\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
+ {<<"^4\\.3\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}]}.