summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luasystem-0.2.1-0.rockspec (renamed from luasystem-0.2.0-0.rockspec)6
-rw-r--r--src/core.c2
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 @@
package = 'luasystem'
-version = '0.2.0-0'
+version = '0.2.1-0'
source = {
- url = "https://github.com/o-lim/luasystem/archive/v0.2.0.tar.gz",
- dir = "luasystem-0.2.0"
+ url = "https://github.com/o-lim/luasystem/archive/v0.2.1.tar.gz",
+ dir = "luasystem-0.2.1"
}
description = {
summary = 'Platform independent system calls for Lua.',
diff --git a/src/core.c b/src/core.c
index 166fb64..6c46981 100644
--- a/src/core.c
+++ b/src/core.c
@@ -1,7 +1,7 @@
#include <lua.h>
#include <lauxlib.h>
-#define LUASYSTEM_VERSION "LuaSystem 0.2.0"
+#define LUASYSTEM_VERSION "LuaSystem 0.2.1"
#ifdef _WIN32
#define LUAEXPORT __declspec(dllexport)