diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2026-04-26 10:41:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-26 10:41:13 +0200 |
| commit | edeec63394684c9281d0a28a8f50c70f39a78e62 (patch) | |
| tree | fce582e12551db5d4998f041ccad2ade6088fb26 /src | |
| parent | 039f509ba8c51d0a8eed7dbd3c06dac9f8c4a008 (diff) | |
| download | luasystem-0.7.1.tar.gz luasystem-0.7.1.tar.bz2 luasystem-0.7.1.zip | |
Release v0.7.1 (#86)v0.7.1
Diffstat (limited to '')
| -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.7.0" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.7.1" |
| 8 | 8 | ||
| 9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
| 10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |
