diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-04-10 10:29:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-10 10:29:39 +0200 |
commit | 06691764e87c2979f4a00ed386e237150f055d5a (patch) | |
tree | d9b5448e8a319236277d2afab4264af7ee67538b /src | |
parent | 98ca844bc6170ee332353abdeaac0be0e4a43af0 (diff) | |
download | luasystem-06691764e87c2979f4a00ed386e237150f055d5a.tar.gz luasystem-06691764e87c2979f4a00ed386e237150f055d5a.tar.bz2 luasystem-06691764e87c2979f4a00ed386e237150f055d5a.zip |
Release v0.6.0 (#61)v0.6.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.5.1" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.6.0" |
8 | 8 | ||
9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |