diff options
author | Caleb Maclennan <caleb@alerque.com> | 2023-11-11 00:47:54 +0300 |
---|---|---|
committer | Caleb Maclennan <caleb@alerque.com> | 2023-11-11 00:48:02 +0300 |
commit | de359ea4083ac6d944216229e4104dc36537c29c (patch) | |
tree | 53fd69b197faf5409d643f73ad61ec702155ea95 /src/makefile | |
parent | c93f9154e1aaa04bea4fd4d41a65d744b89a2fbf (diff) | |
download | luasocket-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/makefile')
-rwxr-xr-x | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 06f4d19..dbe328f 100755 --- a/src/makefile +++ b/src/makefile | |||
@@ -272,7 +272,7 @@ SOCKET_win64=wsocket.obj | |||
272 | # | 272 | # |
273 | SO=$(SO_$(PLAT)) | 273 | SO=$(SO_$(PLAT)) |
274 | O=$(O_$(PLAT)) | 274 | O=$(O_$(PLAT)) |
275 | SOCKET_V=3.0.0 | 275 | SOCKET_V=3.1.0 |
276 | MIME_V=1.0.3 | 276 | MIME_V=1.0.3 |
277 | SOCKET_SO=socket-$(SOCKET_V).$(SO) | 277 | SOCKET_SO=socket-$(SOCKET_V).$(SO) |
278 | MIME_SO=mime-$(MIME_V).$(SO) | 278 | MIME_SO=mime-$(MIME_V).$(SO) |