From 16a5314335cfefb803478239b52bde6fe42e13af Mon Sep 17 00:00:00 2001 From: Oscar Lim Date: Sun, 2 Oct 2016 23:43:39 -0700 Subject: Release v0.2.1 --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 #include -#define LUASYSTEM_VERSION "LuaSystem 0.2.0" +#define LUASYSTEM_VERSION "LuaSystem 0.2.1" #ifdef _WIN32 #define LUAEXPORT __declspec(dllexport) -- cgit v1.2.3-55-g6feb