diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-12 15:18:10 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-12 16:11:11 +0100 |
commit | 95cd4af3fb48f020af821aeccc98563561569de2 (patch) | |
tree | 9e812daa92ebcd756f40f7ad02e856b1d7088e1b /src | |
parent | ea7065b1f2d20c6126e18d50db586c66a8302139 (diff) | |
download | luasystem-master.tar.gz luasystem-master.tar.bz2 luasystem-master.zip |
Diffstat (limited to 'src')
-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.5.0" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.5.1" |
8 | 8 | ||
9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |