Skip to content

Commit 6bf713b

Browse files
committed
bump Lunatik version to 4.1
1 parent 9137c60 commit 6bf713b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 4.0 Copyright (C) 2023-2026 Ring Zero Desenvolvimento de Software LTDA.
73+
Lunatik 4.1 Copyright (C) 2023-2026 Ring Zero Desenvolvimento de Software 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 4.0 is based on
96+
Lunatik 4.1 is based on
9797
[Lua 5.5 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 4.0"
17+
#define LUNATIK_VERSION "Lunatik 4.1"
1818

1919
#define lunatik_locker(o, mutex_op, spin_op) \
2020
do { \

0 commit comments

Comments
 (0)