aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2024-09-03 14:19:53 +0200
committerGitHub <noreply@github.com>2024-09-03 14:19:53 +0200
commit85ad15fbd8c81807a1a662f5b6060641fa3a6357 (patch)
tree6e02b49424f51c089661deedc7fc15fa100950c1 /src
parent787cbe5b5e2fda6e8f66c7f5a9e5375d9522c125 (diff)
downloadluasystem-85ad15fbd8c81807a1a662f5b6060641fa3a6357.tar.gz
luasystem-85ad15fbd8c81807a1a662f5b6060641fa3a6357.tar.bz2
luasystem-85ad15fbd8c81807a1a662f5b6060641fa3a6357.zip
Release v0.4.4 (#37)v0.4.4
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 0dd3044..6533f4e 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.3" 7#define LUASYSTEM_VERSION "LuaSystem 0.4.4"
8 8
9#ifdef _WIN32 9#ifdef _WIN32
10#define LUAEXPORT __declspec(dllexport) 10#define LUAEXPORT __declspec(dllexport)