aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2024-08-28 10:26:31 +0200
committerGitHub <noreply@github.com>2024-08-28 10:26:31 +0200
commita9dac6b5f78400c1f73c165a5f061a01a595bdbf (patch)
tree570550920e0e863e6f6009cf7ad779a67f761a93 /src
parent60b66fce58b64d121b124e64ef78d37512e3a8a2 (diff)
downloadluasystem-a9dac6b5f78400c1f73c165a5f061a01a595bdbf.tar.gz
luasystem-a9dac6b5f78400c1f73c165a5f061a01a595bdbf.tar.bz2
luasystem-a9dac6b5f78400c1f73c165a5f061a01a595bdbf.zip
Release v0.4.3 (#34)v0.4.3
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 ea06f87..0dd3044 100644
--- a/src/core.c
+++ b/src/core.c
@@ -4,7 +4,7 @@
4#include <lua.h> 4#include <lua.h>
5#include <lauxlib.h> 5#include <lauxlib.h>
6 6
7#define LUASYSTEM_VERSION "LuaSystem 0.4.2" 7#define LUASYSTEM_VERSION "LuaSystem 0.4.3"
8 8
9#ifdef _WIN32 9#ifdef _WIN32
10#define LUAEXPORT __declspec(dllexport) 10#define LUAEXPORT __declspec(dllexport)