diff options
author | Diego Nehab <diego@impa.br> | 2013-06-11 19:10:03 +0800 |
---|---|---|
committer | Diego Nehab <diego@impa.br> | 2013-06-11 19:10:03 +0800 |
commit | 6e00ffd62f135c30be3b5a6404a722beb1bdf215 (patch) | |
tree | a49bf542aa24ae34e563ff6b0bd5a5e1a139b41f /src/makefile | |
parent | 906abf29d146272512feddd74005a8833ee34e7d (diff) | |
download | luasocket-6e00ffd62f135c30be3b5a6404a722beb1bdf215.tar.gz luasocket-6e00ffd62f135c30be3b5a6404a722beb1bdf215.tar.bz2 luasocket-6e00ffd62f135c30be3b5a6404a722beb1bdf215.zip |
Changing from 2.1-rc1 to 3.0-rc1.
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 313ca51..50d5cc1 100644 --- a/src/makefile +++ b/src/makefile | |||
@@ -202,7 +202,7 @@ SOCKET_win32=wsocket.obj | |||
202 | # | 202 | # |
203 | SO=$(SO_$(PLAT)) | 203 | SO=$(SO_$(PLAT)) |
204 | O=$(O_$(PLAT)) | 204 | O=$(O_$(PLAT)) |
205 | SOCKET_V=2.1 | 205 | SOCKET_V=3.0-rc1 |
206 | MIME_V=1.0.3 | 206 | MIME_V=1.0.3 |
207 | SOCKET_SO=socket.$(SO).$(SOCKET_V) | 207 | SOCKET_SO=socket.$(SO).$(SOCKET_V) |
208 | MIME_SO=mime.$(SO).$(MIME_V) | 208 | MIME_SO=mime.$(SO).$(MIME_V) |