diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-12-16 00:18:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 00:18:54 +0100 |
commit | c06963917ccc951a1058d7b7f412c52d3c4f443a (patch) | |
tree | e2341800e3c6cf77dfc50f90b6509c030bd71308 /src | |
parent | 682decf94e238bb2e5407c23651f606ca8d7e107 (diff) | |
download | luasystem-c06963917ccc951a1058d7b7f412c52d3c4f443a.tar.gz luasystem-c06963917ccc951a1058d7b7f412c52d3c4f443a.tar.bz2 luasystem-c06963917ccc951a1058d7b7f412c52d3c4f443a.zip |
Release v0.3.0 (#11)v0.3.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.2.1" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.3.0" |
8 | 8 | ||
9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |