Skip to content

Commit 206cd83

Browse files
committed
bump Lunatik version to 3.7
1 parent 7725938 commit 206cd83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Install Lunatik from our [package feed](https://github.com/luainkernel/openwrt_f
7070

7171
```
7272
sudo 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
7575
42
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)
9898
to run in the kernel.
9999

lunatik.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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) \
2020
do { \

0 commit comments

Comments
 (0)