aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/stdlib/ebin/stdlib.appup
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-09-01 13:13:06 +0200
committerBjörn Gustavsson <[email protected]>2014-09-01 13:13:11 +0200
commit2eb59a61713bbceae3bd8d05ea11b394c5671f3f (patch)
tree1e65046b5b76aa79c647e47ba40fa3d4a3a92013 /bootstrap/lib/stdlib/ebin/stdlib.appup
parent71194f856f0842a70fd22f3771fb88f7d3c8f0c9 (diff)
parenta86003309753591911b68e8bc11ae94d631abb24 (diff)
downloadotp-2eb59a61713bbceae3bd8d05ea11b394c5671f3f.tar.gz
otp-2eb59a61713bbceae3bd8d05ea11b394c5671f3f.tar.bz2
otp-2eb59a61713bbceae3bd8d05ea11b394c5671f3f.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/ebin/stdlib.appup')
-rw-r--r--bootstrap/lib/stdlib/ebin/stdlib.appup10
1 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.appup b/bootstrap/lib/stdlib/ebin/stdlib.appup
index d4db0c865e..ac04b2d2dc 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.appup
+++ b/bootstrap/lib/stdlib/ebin/stdlib.appup
@@ -15,11 +15,11 @@
%% under the License.
%%
%% %CopyrightEnd%
-{"2.0",
+{"2.1.1",
%% Up from - max one major revision back
- [{<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17
- {<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}],%% R16
+ [{<<"2\\.1(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1
+ {<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}], %% 17.0
%% Down to - max one major revision back
- [{<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}, %% R17
- {<<"1\\.19(\\.[0-9]+)*">>,[restart_new_emulator]}] %% R16
+ [{<<"2\\.1(\\.[0-9]+)*">>,[restart_new_emulator]}, %% 17.1
+ {<<"2\\.0(\\.[0-9]+)*">>,[restart_new_emulator]}] %% 17.0
}.