diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-04-15 13:22:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 13:22:00 +0200 |
| commit | 04cf50a13b5773c5f9f19b103c2d8e4e5b3e639e (patch) | |
| tree | 6e52847f4702e32d154ab4ea43246473ce19ecc8 /src/core.c | |
| parent | 6d3340004616cdc317bbaca6b279e4cd6d5ee247 (diff) | |
| download | luasystem-0.6.2.tar.gz luasystem-0.6.2.tar.bz2 luasystem-0.6.2.zip | |
release 0.6.2 (#65)v0.6.2
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.1" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.6.2" |
| 8 | 8 | ||
| 9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
| 10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |
