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-45499248cea9e23b7e4d8478759414e01c645809.tar.gz luasystem-45499248cea9e23b7e4d8478759414e01c645809.tar.bz2 luasystem-45499248cea9e23b7e4d8478759414e01c645809.zip |
Release v0.4.2 (#31)v0.4.2
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.1" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.4.2" |
8 | 8 | ||
9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |