From 95cd4af3fb48f020af821aeccc98563561569de2 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Wed, 12 Mar 2025 15:18:10 +0100 Subject: Release v0.5.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 4eaa448..b642074 100644 --- a/src/core.c +++ b/src/core.c @@ -4,7 +4,7 @@ #include #include -#define LUASYSTEM_VERSION "LuaSystem 0.5.0" +#define LUASYSTEM_VERSION "LuaSystem 0.5.1" #ifdef _WIN32 #define LUAEXPORT __declspec(dllexport) -- cgit v1.2.3-55-g6feb