aboutsummaryrefslogtreecommitdiff
path: root/doc/installation.html
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 /doc/installation.html
parente9d477aba3bbc084c0a7872e4eaf725e2689e4a6 (diff)
downloadluasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.tar.gz
luasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.tar.bz2
luasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.zip
Almost done 2.0.1.
Diffstat (limited to 'doc/installation.html')
-rw-r--r--doc/installation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/installation.html b/doc/installation.html
index fa1d96f..725db42 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -39,7 +39,7 @@ Installation">
39 39
40<h2>Installation</h2> 40<h2>Installation</h2>
41 41
42<p> LuaSocket 2.0 uses the new package proposal for Lua 5.1. 42<p> LuaSocket 2.0.1 uses the new package proposal for Lua 5.1.
43All Lua library developers are encouraged to update their libraries so that 43All Lua library developers are encouraged to update their libraries so that
44all libraries can coexist peacefully and users can benefit from the 44all libraries can coexist peacefully and users can benefit from the
45standardization and flexibility of the standard. 45standardization and flexibility of the standard.
@@ -123,7 +123,7 @@ it should be easy to use LuaSocket. Just fire the interpreter and use the
123Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio 123Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
124&gt; socket = require("socket") 124&gt; socket = require("socket")
125&gt; print(socket._VERSION) 125&gt; print(socket._VERSION)
126--&gt; LuaSocket 2.0 126--&gt; LuaSocket 2.0.1
127</pre> 127</pre>
128 128
129<p> Each module loads their dependencies automatically, so you only need to 129<p> Each module loads their dependencies automatically, so you only need to