aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
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/makefile
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/makefile')
-rwxr-xr-xsrc/makefile2
1 files changed, 1 insertions, 1 deletions
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)