From bc7afc13686ad68eeed75043dffdaf1c79867a93 Mon Sep 17 00:00:00 2001 From: Ruairidh Carmichael Date: Sun, 18 Oct 2015 05:35:27 +0100 Subject: [PATCH] Version increase --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index 7c8b51c8..920d20aa 100644 --- a/source/main.c +++ b/source/main.c @@ -52,7 +52,7 @@ int main() { luaL_dostring(L, "_defaultFont_ = love.graphics.newFont(); love.graphics.setFont(_defaultFont_)"); - luaL_dostring(L, "print(''); print('\x1b[1;36mLovePotion 1.0.6 BETA\x1b[0m (LOVE for 3DS)'); print('')"); // Ew. + luaL_dostring(L, "print(''); print('\x1b[1;36mLovePotion 1.0.7 BETA\x1b[0m (LOVE for 3DS)'); print('')"); // Ew. luaL_dostring(L, "package.path = 'game/?.lua;game/?/init.lua'"); // Set default requiring path. luaL_dostring(L, "package.cpath = 'game/?.lua;game/?/init.lua'");