summaryrefslogtreecommitdiff
path: root/lib/kernel/src/kernel.appup.src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kernel/src/kernel.appup.src')
-rw-r--r--lib/kernel/src/kernel.appup.src8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/kernel/src/kernel.appup.src b/lib/kernel/src/kernel.appup.src
index f101cb40b3..e529a59bd3 100644
--- a/lib/kernel/src/kernel.appup.src
+++ b/lib/kernel/src/kernel.appup.src
@@ -48,7 +48,9 @@
{<<"^6\\.5\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^6\\.5\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^7\\.0$">>,[restart_new_emulator]},
- {<<"^7\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}],
+ {<<"^7\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
+ {<<"^7\\.1$">>,[restart_new_emulator]},
+ {<<"^7\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}],
[{<<"^6\\.0$">>,[restart_new_emulator]},
{<<"^6\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^6\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
@@ -69,4 +71,6 @@
{<<"^6\\.5\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^6\\.5\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^7\\.0$">>,[restart_new_emulator]},
- {<<"^7\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}]}.
+ {<<"^7\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
+ {<<"^7\\.1$">>,[restart_new_emulator]},
+ {<<"^7\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}]}.