diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-12-18 02:50:21 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-12-18 05:54:35 +0000 |
commit | 9e0790c5060c5346039f92f4c9d97a2dbc7316ed (patch) | |
tree | f1aef647845732c05ca6848549b099f907fd4c53 /src | |
parent | 50b30371a307652105982b1a97a77dbe689d529e (diff) | |
download | luasystem-9e0790c5060c5346039f92f4c9d97a2dbc7316ed.tar.gz luasystem-9e0790c5060c5346039f92f4c9d97a2dbc7316ed.tar.bz2 luasystem-9e0790c5060c5346039f92f4c9d97a2dbc7316ed.zip |
Release v0.4.5v0.4.5
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.4" | 7 | #define LUASYSTEM_VERSION "LuaSystem 0.4.5" |
8 | 8 | ||
9 | #ifdef _WIN32 | 9 | #ifdef _WIN32 |
10 | #define LUAEXPORT __declspec(dllexport) | 10 | #define LUAEXPORT __declspec(dllexport) |