From 29c3365ae7bcf034e9c9e3a0f248fc9f0fc486ac Mon Sep 17 00:00:00 2001 From: Oscar Lim Date: Sun, 8 May 2016 11:45:34 -0700 Subject: Release v0.2.0 --- 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 c35fba5..166fb64 100644 --- a/src/core.c +++ b/src/core.c @@ -1,7 +1,7 @@ #include #include -#define LUASYSTEM_VERSION "LuaSystem 0.1.1" +#define LUASYSTEM_VERSION "LuaSystem 0.2.0" #ifdef _WIN32 #define LUAEXPORT __declspec(dllexport) -- cgit v1.2.3-55-g6feb