From 67e5f4ff685bee3fa381db6f50be3506ad0b5e76 Mon Sep 17 00:00:00 2001 From: Oscar Lim Date: Sun, 10 Apr 2016 00:27:59 -0700 Subject: Release v0.1.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 31e768b..c35fba5 100644 --- a/src/core.c +++ b/src/core.c @@ -1,7 +1,7 @@ #include #include -#define LUASYSTEM_VERSION "LuaSystem 0.1.0" +#define LUASYSTEM_VERSION "LuaSystem 0.1.1" #ifdef _WIN32 #define LUAEXPORT __declspec(dllexport) -- cgit v1.2.3-55-g6feb