From 2f1d64e1504d90b4397f6d7b57add1b7397697ff Mon Sep 17 00:00:00 2001 From: rxi Date: Fri, 13 Jan 2017 22:42:33 +0000 Subject: [PATCH] Version 0.2.0 --- src/modules/l_love.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/l_love.c b/src/modules/l_love.c index cb25dd3..d3c79cb 100644 --- a/src/modules/l_love.c +++ b/src/modules/l_love.c @@ -7,7 +7,7 @@ #include "luaobj.h" -#define LOVE_VERSION "0.1.5" +#define LOVE_VERSION "0.2.0" int l_love_getVersion(lua_State *L) {