summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2024-07-11 12:27:55 +0200
committerGitHub <noreply@github.com>2024-07-11 12:27:55 +0200
commit45499248cea9e23b7e4d8478759414e01c645809 (patch)
tree41b04a5e59c4f805850aa8faa76e68172b53bd37 /src
parent5dfdd28292c8e28b787eecd475c585a3fa2e379c (diff)
downloadluasystem-master.zip
Release v0.4.2 (#31)HEADv0.4.2master
Diffstat (limited to 'src')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 741ffa9..ea06f87 100644
--- a/src/core.c
+++ b/src/core.c
@@ -4,7 +4,7 @@
#include <lua.h>
#include <lauxlib.h>
-#define LUASYSTEM_VERSION "LuaSystem 0.4.1"
+#define LUASYSTEM_VERSION "LuaSystem 0.4.2"
#ifdef _WIN32
#define LUAEXPORT __declspec(dllexport)