diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-04-13 22:56:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-13 22:56:53 +0200 |
commit | 69447022f10d995c22b94759ea872d5dd3905e2a (patch) | |
tree | ae3c31a6ab41a927c93a5be3f64c275ea6b7777b /src/core.c | |
parent | 091672f57ba57b745a51202b38af61bd240d1084 (diff) | |
download | luasystem-0.6.1.tar.gz luasystem-0.6.1.tar.bz2 luasystem-0.6.1.zip |
release 0.6.1 (#63)v0.6.1
Diffstat (limited to '')
-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.6.0" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.6.1" |
8 | 8 | ||
9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |