diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <lua.h> #include <lauxlib.h> -#define LUASYSTEM_VERSION "LuaSystem 0.4.1" +#define LUASYSTEM_VERSION "LuaSystem 0.4.2" #ifdef _WIN32 #define LUAEXPORT __declspec(dllexport) |