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/url.lua | |
| 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/url.lua')
| -rw-r--r-- | src/url.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 18 | ----------------------------------------------------------------------------- | 18 | ----------------------------------------------------------------------------- |
| 19 | -- Module version | 19 | -- Module version |
| 20 | ----------------------------------------------------------------------------- | 20 | ----------------------------------------------------------------------------- |
| 21 | _M._VERSION = "URL 1.0.2" | 21 | _M._VERSION = "URL 1.0.3" |
| 22 | 22 | ||
| 23 | ----------------------------------------------------------------------------- | 23 | ----------------------------------------------------------------------------- |
| 24 | -- Encodes a string into its escaped hexadecimal representation | 24 | -- Encodes a string into its escaped hexadecimal representation |
| @@ -304,4 +304,4 @@ function _M.build_path(parsed, unsafe) | |||
| 304 | return path | 304 | return path |
| 305 | end | 305 | end |
| 306 | 306 | ||
| 307 | return _M \ No newline at end of file | 307 | return _M |
