aboutsummaryrefslogtreecommitdiff
path: root/src/url.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2006-04-03 04:45:42 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2006-04-03 04:45:42 +0000
commit11282d17c8ecb6aa6fa31a3de742eae0215f4cc0 (patch)
treeaeb65849f145f06f6fb0ddd6a54f79d30912be1f /src/url.lua
parente9d477aba3bbc084c0a7872e4eaf725e2689e4a6 (diff)
downloadluasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.tar.gz
luasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.tar.bz2
luasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.zip
Almost done 2.0.1.
Diffstat (limited to 'src/url.lua')
-rw-r--r--src/url.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url.lua b/src/url.lua
index c700f90..18e5ab2 100644
--- a/src/url.lua
+++ b/src/url.lua
@@ -16,7 +16,7 @@ module("socket.url")
16----------------------------------------------------------------------------- 16-----------------------------------------------------------------------------
17-- Module version 17-- Module version
18----------------------------------------------------------------------------- 18-----------------------------------------------------------------------------
19_VERSION = "URL 1.0" 19_VERSION = "URL 1.0.1"
20 20
21----------------------------------------------------------------------------- 21-----------------------------------------------------------------------------
22-- Encodes a string into its escaped hexadecimal representation 22-- Encodes a string into its escaped hexadecimal representation