File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Install Lunatik from our [package feed](https://github.com/luainkernel/openwrt_f
7070
7171```
7272sudo lunatik # execute Lunatik REPL
73- Lunatik 3.6 Copyright (C) 2023-2025 ring-0 Ltda.
73+ Lunatik 3.7 Copyright (C) 2023-2025 ring-0 Ltda.
7474> return 42 -- execute this line in the kernel
757542
7676```
@@ -93,7 +93,7 @@ usage: lunatik [load|unload|reload|status|list] [run|spawn|stop <script>]
9393
9494## Lua Version
9595
96- Lunatik 3.6 is based on
96+ Lunatik 3.7 is based on
9797[ Lua 5.4 adapted] ( https://github.com/luainkernel/lua )
9898to run in the kernel.
9999
Original file line number Diff line number Diff line change 1414#include <lua.h>
1515#include <lauxlib.h>
1616
17- #define LUNATIK_VERSION "Lunatik 3.6 "
17+ #define LUNATIK_VERSION "Lunatik 3.7 "
1818
1919#define lunatik_locker (o , mutex_op , spin_op ) \
2020do { \
You can’t perform that action at this time.
0 commit comments