diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-07-11 12:27:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 12:27:55 +0200 |
commit | 45499248cea9e23b7e4d8478759414e01c645809 (patch) | |
tree | 41b04a5e59c4f805850aa8faa76e68172b53bd37 /src | |
parent | 5dfdd28292c8e28b787eecd475c585a3fa2e379c (diff) | |
download | 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 @@ #include <lua.h> #include <lauxlib.h> -#define LUASYSTEM_VERSION "LuaSystem 0.4.1" +#define LUASYSTEM_VERSION "LuaSystem 0.4.2" #ifdef _WIN32 #define LUAEXPORT __declspec(dllexport) |