aboutsummaryrefslogtreecommitdiff
path: root/src/luasocket.h
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2023-11-11 00:47:54 +0300
committerCaleb Maclennan <caleb@alerque.com>2023-11-11 00:48:02 +0300
commitde359ea4083ac6d944216229e4104dc36537c29c (patch)
tree53fd69b197faf5409d643f73ad61ec702155ea95 /src/luasocket.h
parentc93f9154e1aaa04bea4fd4d41a65d744b89a2fbf (diff)
downloadluasocket-de359ea4083ac6d944216229e4104dc36537c29c.tar.gz
luasocket-de359ea4083ac6d944216229e4104dc36537c29c.tar.bz2
luasocket-de359ea4083ac6d944216229e4104dc36537c29c.zip
chore(core): Update version markers to last released version
Closes #401
Diffstat (limited to 'src/luasocket.h')
-rw-r--r--src/luasocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luasocket.h b/src/luasocket.h
index 1017fba..1e3d358 100644
--- a/src/luasocket.h
+++ b/src/luasocket.h
@@ -10,7 +10,7 @@
10/*-------------------------------------------------------------------------* \ 10/*-------------------------------------------------------------------------* \
11* Current socket library version 11* Current socket library version
12\*-------------------------------------------------------------------------*/ 12\*-------------------------------------------------------------------------*/
13#define LUASOCKET_VERSION "LuaSocket 3.0.0" 13#define LUASOCKET_VERSION "LuaSocket 3.1.0"
14#define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2013 Diego Nehab" 14#define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2013 Diego Nehab"
15 15
16/*-------------------------------------------------------------------------*\ 16/*-------------------------------------------------------------------------*\