aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-12-18 02:50:21 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-12-18 05:54:35 +0000
commit9e0790c5060c5346039f92f4c9d97a2dbc7316ed (patch)
treef1aef647845732c05ca6848549b099f907fd4c53 /src
parent50b30371a307652105982b1a97a77dbe689d529e (diff)
downloadluasystem-9e0790c5060c5346039f92f4c9d97a2dbc7316ed.tar.gz
luasystem-9e0790c5060c5346039f92f4c9d97a2dbc7316ed.tar.bz2
luasystem-9e0790c5060c5346039f92f4c9d97a2dbc7316ed.zip
Release v0.4.5v0.4.5
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 6533f4e..06ae3e1 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.4" 7#define LUASYSTEM_VERSION "LuaSystem 0.4.5"
8 8
9#ifdef _WIN32 9#ifdef _WIN32
10#define LUAEXPORT __declspec(dllexport) 10#define LUAEXPORT __declspec(dllexport)