aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2025-07-11 22:59:19 +0200
committerGitHub <noreply@github.com>2025-07-11 22:59:19 +0200
commit88ac69f94ddbe172458c79f2a5e37b6704c606a2 (patch)
tree09a61dfe8627cfed751fc9c7f597436970be86bf /src
parenta103ff16f13b9c7761d0fb2ec9db68da08193ebf (diff)
downloadluasystem-master.tar.gz
luasystem-master.tar.bz2
luasystem-master.zip
Release v0.6.3 (#75)HEADv0.6.3master
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 7776de4..34e19d8 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.6.2" 7#define LUASYSTEM_VERSION "LuaSystem 0.6.3"
8 8
9#ifdef _WIN32 9#ifdef _WIN32
10#define LUAEXPORT __declspec(dllexport) 10#define LUAEXPORT __declspec(dllexport)