diff options
author | Thijs <thijs@thijsschreijer.nl> | 2024-06-25 08:57:18 +0200 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-06-25 09:07:00 +0200 |
commit | c832d2b857d4174d17247de837426d4cfc95ec2f (patch) | |
tree | c75db4014bb5c3e5e9397537f5b93b4e47b0db22 /src | |
parent | 44974afc2f341b5d16408dec2e381616d388f9c8 (diff) | |
download | luasystem-c832d2b857d4174d17247de837426d4cfc95ec2f.tar.gz luasystem-c832d2b857d4174d17247de837426d4cfc95ec2f.tar.bz2 luasystem-c832d2b857d4174d17247de837426d4cfc95ec2f.zip |
Release v0.4.1v0.4.1
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.0" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.4.1" |
8 | 8 | ||
9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |