diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-07-11 22:59:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-11 22:59:19 +0200 |
| commit | 88ac69f94ddbe172458c79f2a5e37b6704c606a2 (patch) | |
| tree | 09a61dfe8627cfed751fc9c7f597436970be86bf /src/core.c | |
| parent | a103ff16f13b9c7761d0fb2ec9db68da08193ebf (diff) | |
| download | luasystem-0.6.3.tar.gz luasystem-0.6.3.tar.bz2 luasystem-0.6.3.zip | |
Release v0.6.3 (#75)v0.6.3
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4,7 +4,7 @@ | |||
| 4 | #include <lua.h> | 4 | #include <lua.h> |
| 5 | #include <lauxlib.h> | 5 | #include <lauxlib.h> |
| 6 | 6 | ||
| 7 | #define LUASYSTEM_VERSION "LuaSystem 0.6.2" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.6.3" |
| 8 | 8 | ||
| 9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
| 10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |
