diff options
author | Oscar Lim <olim@ucla.edu> | 2016-04-10 00:27:59 -0700 |
---|---|---|
committer | Oscar Lim <olim@ucla.edu> | 2016-04-10 00:27:59 -0700 |
commit | 67e5f4ff685bee3fa381db6f50be3506ad0b5e76 (patch) | |
tree | 8b4ef98229bcffde298a688d7c218dc0ae1ea037 /src | |
parent | 785ede5180cc5326eae126d83ad014bd5d8b2c23 (diff) | |
download | luasystem-0.1.1.tar.gz luasystem-0.1.1.tar.bz2 luasystem-0.1.1.zip |
Release v0.1.1v0.1.1
Diffstat (limited to 'src')
-rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | #include <lua.h> | 1 | #include <lua.h> |
2 | #include <lauxlib.h> | 2 | #include <lauxlib.h> |
3 | 3 | ||
4 | #define LUASYSTEM_VERSION "LuaSystem 0.1.0" | 4 | #define LUASYSTEM_VERSION "LuaSystem 0.1.1" |
5 | 5 | ||
6 | #ifdef _WIN32 | 6 | #ifdef _WIN32 |
7 | #define LUAEXPORT __declspec(dllexport) | 7 | #define LUAEXPORT __declspec(dllexport) |