diff options
author | Robert Scheck <robert-scheck@users.noreply.github.com> | 2022-03-28 13:53:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 11:53:32 +0000 |
commit | 1d61853ab84f0724502205f45849c2347d6a49ac (patch) | |
tree | 23ad483f776b9094f51ccff6933a32f855af1c8d /src | |
parent | 88c8a85cb6528232288ec590910b7a966aace52b (diff) | |
download | luasocket-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.h | 2 | ||||
-rwxr-xr-x | src/makefile | 2 |
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 | # |
273 | SO=$(SO_$(PLAT)) | 273 | SO=$(SO_$(PLAT)) |
274 | O=$(O_$(PLAT)) | 274 | O=$(O_$(PLAT)) |
275 | SOCKET_V=3.0-rc1 | 275 | SOCKET_V=3.0.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) |