aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Scheck <robert-scheck@users.noreply.github.com>2022-03-28 13:53:32 +0200
committerGitHub <noreply@github.com>2022-03-28 11:53:32 +0000
commit1d61853ab84f0724502205f45849c2347d6a49ac (patch)
tree23ad483f776b9094f51ccff6933a32f855af1c8d /src
parent88c8a85cb6528232288ec590910b7a966aace52b (diff)
downloadluasocket-1d61853ab84f0724502205f45849c2347d6a49ac.tar.gz
luasocket-1d61853ab84f0724502205f45849c2347d6a49ac.tar.bz2
luasocket-1d61853ab84f0724502205f45849c2347d6a49ac.zip
chore: Update internal version references to match release (#370)
Diffstat (limited to 'src')
-rw-r--r--src/luasocket.h2
-rwxr-xr-xsrc/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/luasocket.h b/src/luasocket.h
index d22b1be..1017fba 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-rc1" 13#define LUASOCKET_VERSION "LuaSocket 3.0.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/*-------------------------------------------------------------------------*\
diff --git a/src/makefile b/src/makefile
index f95498a..06f4d19 100755
--- a/src/makefile
+++ b/src/makefile
@@ -272,7 +272,7 @@ SOCKET_win64=wsocket.obj
272# 272#
273SO=$(SO_$(PLAT)) 273SO=$(SO_$(PLAT))
274O=$(O_$(PLAT)) 274O=$(O_$(PLAT))
275SOCKET_V=3.0-rc1 275SOCKET_V=3.0.0
276MIME_V=1.0.3 276MIME_V=1.0.3
277SOCKET_SO=socket-$(SOCKET_V).$(SO) 277SOCKET_SO=socket-$(SOCKET_V).$(SO)
278MIME_SO=mime-$(MIME_V).$(SO) 278MIME_SO=mime-$(MIME_V).$(SO)