diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-09-03 14:19:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 14:19:53 +0200 |
commit | 85ad15fbd8c81807a1a662f5b6060641fa3a6357 (patch) | |
tree | 6e02b49424f51c089661deedc7fc15fa100950c1 /src | |
parent | 787cbe5b5e2fda6e8f66c7f5a9e5375d9522c125 (diff) | |
download | luasystem-85ad15fbd8c81807a1a662f5b6060641fa3a6357.tar.gz luasystem-85ad15fbd8c81807a1a662f5b6060641fa3a6357.tar.bz2 luasystem-85ad15fbd8c81807a1a662f5b6060641fa3a6357.zip |
Release v0.4.4 (#37)v0.4.4
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.3" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.4.4" |
8 | 8 | ||
9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |