diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-08-28 10:26:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 10:26:31 +0200 |
commit | a9dac6b5f78400c1f73c165a5f061a01a595bdbf (patch) | |
tree | 570550920e0e863e6f6009cf7ad779a67f761a93 /src | |
parent | 60b66fce58b64d121b124e64ef78d37512e3a8a2 (diff) | |
download | luasystem-a9dac6b5f78400c1f73c165a5f061a01a595bdbf.tar.gz luasystem-a9dac6b5f78400c1f73c165a5f061a01a595bdbf.tar.bz2 luasystem-a9dac6b5f78400c1f73c165a5f061a01a595bdbf.zip |
Release v0.4.3 (#34)v0.4.3
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.2" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.4.3" |
8 | 8 | ||
9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |