diff options
author | Caleb Maclennan <caleb@alerque.com> | 2023-11-10 09:12:04 +0300 |
---|---|---|
committer | Caleb Maclennan <caleb@alerque.com> | 2023-11-10 09:12:04 +0300 |
commit | 5c4fc93d5f4137bf4c22ddf1a048c907a4a26727 (patch) | |
tree | a9a68e1f6a9c3bfe2b64fa1c3a4098865b7d3b5d /docs/installation.html | |
parent | ccef3bc4e2aa6ee5b997a80aabb58f4ff0b0e98f (diff) | |
parent | 43a97b7f0053313b43906371dbdc226271e6c8ab (diff) | |
download | luasocket-hjelmeland-patch-1.tar.gz luasocket-hjelmeland-patch-1.tar.bz2 luasocket-hjelmeland-patch-1.zip |
Merge branch 'master' into hjelmeland-patch-1hjelmeland-patch-1
Diffstat (limited to '')
-rw-r--r-- | docs/installation.html (renamed from doc/installation.html) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.html b/docs/installation.html index 28a9fbb..dcf9d36 100644 --- a/doc/installation.html +++ b/docs/installation.html | |||
@@ -89,7 +89,7 @@ it should be easy to use LuaSocket. Just fire the interpreter and use the | |||
89 | Lua 5.2.2 Copyright (C) 1994-2013 Lua.org, PUC-Rio | 89 | Lua 5.2.2 Copyright (C) 1994-2013 Lua.org, PUC-Rio |
90 | > socket = require("socket") | 90 | > socket = require("socket") |
91 | > print(socket._VERSION) | 91 | > print(socket._VERSION) |
92 | --> LuaSocket 3.0-rc1 | 92 | --> LuaSocket 3.0.0 |
93 | </pre> | 93 | </pre> |
94 | 94 | ||
95 | <p> Each module loads their dependencies automatically, so you only need to | 95 | <p> Each module loads their dependencies automatically, so you only need to |