diff options
author | Oscar Lim <olim@ucla.edu> | 2016-05-08 11:45:34 -0700 |
---|---|---|
committer | Oscar Lim <olim@ucla.edu> | 2016-05-08 16:01:41 -0700 |
commit | 29c3365ae7bcf034e9c9e3a0f248fc9f0fc486ac (patch) | |
tree | e122ee7e85d43c47306792d92c962c93147ec3a8 | |
parent | 8c1a0fca53bf11f2b7ce708c8c5bdb05e5a55701 (diff) | |
download | luasystem-29c3365ae7bcf034e9c9e3a0f248fc9f0fc486ac.zip |
Release v0.2.0v0.2.0
-rw-r--r-- | luasystem-0.2.0-0.rockspec (renamed from luasystem-0.1.1-0.rockspec) | 6 | ||||
-rw-r--r-- | src/core.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/luasystem-0.1.1-0.rockspec b/luasystem-0.2.0-0.rockspec index 9c5f88d..6d542f7 100644 --- a/luasystem-0.1.1-0.rockspec +++ b/luasystem-0.2.0-0.rockspec @@ -1,8 +1,8 @@ package = 'luasystem' -version = '0.1.1-0' +version = '0.2.0-0' source = { - url = "https://github.com/o-lim/luasystem/archive/v0.1.1.tar.gz", - dir = "luasystem-0.1.1" + url = "https://github.com/o-lim/luasystem/archive/v0.2.0.tar.gz", + dir = "luasystem-0.2.0" } description = { summary = 'Platform independent system calls for Lua.', @@ -1,7 +1,7 @@ #include <lua.h> #include <lauxlib.h> -#define LUASYSTEM_VERSION "LuaSystem 0.1.1" +#define LUASYSTEM_VERSION "LuaSystem 0.2.0" #ifdef _WIN32 #define LUAEXPORT __declspec(dllexport) |