diff options
| author | Oscar Lim <olim@ucla.edu> | 2016-10-02 23:43:39 -0700 |
|---|---|---|
| committer | Oscar Lim <olim@ucla.edu> | 2016-10-02 23:43:39 -0700 |
| commit | 16a5314335cfefb803478239b52bde6fe42e13af (patch) | |
| tree | 96510dc330cf70a15c3e1bc3c855239d4476fa68 | |
| parent | 04b8076512ef71fac5a26cbe85f8d820bd3ccfea (diff) | |
| download | luasystem-0.2.1.tar.gz luasystem-0.2.1.tar.bz2 luasystem-0.2.1.zip | |
Release v0.2.1v0.2.1
| -rw-r--r-- | luasystem-0.2.1-0.rockspec (renamed from luasystem-0.2.0-0.rockspec) | 6 | ||||
| -rw-r--r-- | src/core.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/luasystem-0.2.0-0.rockspec b/luasystem-0.2.1-0.rockspec index 6d542f7..ea39175 100644 --- a/luasystem-0.2.0-0.rockspec +++ b/luasystem-0.2.1-0.rockspec | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | package = 'luasystem' | 1 | package = 'luasystem' |
| 2 | version = '0.2.0-0' | 2 | version = '0.2.1-0' |
| 3 | source = { | 3 | source = { |
| 4 | url = "https://github.com/o-lim/luasystem/archive/v0.2.0.tar.gz", | 4 | url = "https://github.com/o-lim/luasystem/archive/v0.2.1.tar.gz", |
| 5 | dir = "luasystem-0.2.0" | 5 | dir = "luasystem-0.2.1" |
| 6 | } | 6 | } |
| 7 | description = { | 7 | description = { |
| 8 | summary = 'Platform independent system calls for Lua.', | 8 | summary = 'Platform independent system calls for Lua.', |
| @@ -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.2.0" | 4 | #define LUASYSTEM_VERSION "LuaSystem 0.2.1" |
| 5 | 5 | ||
| 6 | #ifdef _WIN32 | 6 | #ifdef _WIN32 |
| 7 | #define LUAEXPORT __declspec(dllexport) | 7 | #define LUAEXPORT __declspec(dllexport) |
