From 6e00ffd62f135c30be3b5a6404a722beb1bdf215 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Tue, 11 Jun 2013 19:10:03 +0800 Subject: Changing from 2.1-rc1 to 3.0-rc1. --- src/ltn12.lua | 2 +- src/luasocket.h | 5 ++--- src/makefile | 2 +- src/mime.h | 4 ++-- src/url.lua | 4 ++-- 5 files changed, 8 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/ltn12.lua b/src/ltn12.lua index 8742b0e..5b10f56 100644 --- a/src/ltn12.lua +++ b/src/ltn12.lua @@ -23,7 +23,7 @@ _M.pump = pump -- 2048 seems to be better in windows... _M.BLOCKSIZE = 2048 -_M._VERSION = "LTN12 1.0.2" +_M._VERSION = "LTN12 1.0.3" ----------------------------------------------------------------------------- -- Filter stuff diff --git a/src/luasocket.h b/src/luasocket.h index f4463a7..f75d21f 100644 --- a/src/luasocket.h +++ b/src/luasocket.h @@ -11,9 +11,8 @@ /*-------------------------------------------------------------------------*\ * Current socket library version \*-------------------------------------------------------------------------*/ -#define LUASOCKET_VERSION "LuaSocket 2.1-rc1" -#define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2012 Diego Nehab" -#define LUASOCKET_AUTHORS "Diego Nehab" +#define LUASOCKET_VERSION "LuaSocket 3.0-rc1" +#define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2013 Diego Nehab" /*-------------------------------------------------------------------------*\ * This macro prefixes all exported API functions 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 # SO=$(SO_$(PLAT)) O=$(O_$(PLAT)) -SOCKET_V=2.1 +SOCKET_V=3.0-rc1 MIME_V=1.0.3 SOCKET_SO=socket.$(SO).$(SOCKET_V) MIME_SO=mime.$(SO).$(MIME_V) diff --git a/src/mime.h b/src/mime.h index 150e7ad..99968a5 100644 --- a/src/mime.h +++ b/src/mime.h @@ -13,8 +13,8 @@ /*-------------------------------------------------------------------------*\ * Current MIME library version \*-------------------------------------------------------------------------*/ -#define MIME_VERSION "MIME 1.0.3-rc1" -#define MIME_COPYRIGHT "Copyright (C) 2004-2012 Diego Nehab" +#define MIME_VERSION "MIME 1.0.3" +#define MIME_COPYRIGHT "Copyright (C) 2004-2013 Diego Nehab" #define MIME_AUTHORS "Diego Nehab" /*-------------------------------------------------------------------------*\ diff --git a/src/url.lua b/src/url.lua index 3c4f85d..7809535 100644 --- a/src/url.lua +++ b/src/url.lua @@ -18,7 +18,7 @@ local _M = socket.url ----------------------------------------------------------------------------- -- Module version ----------------------------------------------------------------------------- -_M._VERSION = "URL 1.0.2" +_M._VERSION = "URL 1.0.3" ----------------------------------------------------------------------------- -- Encodes a string into its escaped hexadecimal representation @@ -304,4 +304,4 @@ function _M.build_path(parsed, unsafe) return path end -return _M \ No newline at end of file +return _M -- cgit v1.2.3-55-g6feb