diff options
Diffstat (limited to 'doc/installation.html')
-rw-r--r-- | doc/installation.html | 4 |
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. |
43 | All Lua library developers are encouraged to update their libraries so that | 43 | All Lua library developers are encouraged to update their libraries so that |
44 | all libraries can coexist peacefully and users can benefit from the | 44 | all libraries can coexist peacefully and users can benefit from the |
45 | standardization and flexibility of the standard. | 45 | standardization and flexibility of the standard. |
@@ -123,7 +123,7 @@ it should be easy to use LuaSocket. Just fire the interpreter and use the | |||
123 | Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio | 123 | Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio |
124 | > socket = require("socket") | 124 | > socket = require("socket") |
125 | > print(socket._VERSION) | 125 | > print(socket._VERSION) |
126 | --> LuaSocket 2.0 | 126 | --> 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 |