diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-02 19:45:04 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-02 19:50:39 +0100 |
commit | 9318a7dc9f7def35a2e9d85ccffe63c06950be09 (patch) | |
tree | 945278ce1ce56e225289204f13ac8528264bbb92 /src | |
parent | 2981db32130b30c9b12e7347bfdbe2e7584e9274 (diff) | |
download | luasystem-9318a7dc9f7def35a2e9d85ccffe63c06950be09.tar.gz luasystem-9318a7dc9f7def35a2e9d85ccffe63c06950be09.tar.bz2 luasystem-9318a7dc9f7def35a2e9d85ccffe63c06950be09.zip |
Release v0.5.0v0.5.0
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.4.5" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.5.0" |
8 | 8 | ||
9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |