From c832d2b857d4174d17247de837426d4cfc95ec2f Mon Sep 17 00:00:00 2001 From: Thijs Date: Tue, 25 Jun 2024 08:57:18 +0200 Subject: Release v0.4.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 24764c5..741ffa9 100644 --- a/src/core.c +++ b/src/core.c @@ -4,7 +4,7 @@ #include #include -#define LUASYSTEM_VERSION "LuaSystem 0.4.0" +#define LUASYSTEM_VERSION "LuaSystem 0.4.1" #ifdef _WIN32 #define LUAEXPORT __declspec(dllexport) -- cgit v1.2.3-55-g6feb