diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2001-06-04 20:45:17 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2001-06-04 20:45:17 +0000 |
commit | 77090c53fe558c48680516410a928bece08dd0d5 (patch) | |
tree | 59644fc7d546ffb92dacb287dd3db88ebeae5212 /src | |
parent | 791c9f3168fc1bf86eb1c6b70393a5391de56439 (diff) | |
download | luasocket-77090c53fe558c48680516410a928bece08dd0d5.tar.gz luasocket-77090c53fe558c48680516410a928bece08dd0d5.tar.bz2 luasocket-77090c53fe558c48680516410a928bece08dd0d5.zip |
Updated for 1.3b version.
Diffstat (limited to 'src')
-rw-r--r-- | src/luasocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luasocket.h b/src/luasocket.h index 3c6578c..4402c02 100644 --- a/src/luasocket.h +++ b/src/luasocket.h | |||
@@ -8,7 +8,7 @@ | |||
8 | #define _LUASOCKET_H_ | 8 | #define _LUASOCKET_H_ |
9 | 9 | ||
10 | /* Current luasocket version */ | 10 | /* Current luasocket version */ |
11 | #define LUASOCKET_VERSION "LuaSocket 1.2.1" | 11 | #define LUASOCKET_VERSION "LuaSocket 1.3b" |
12 | 12 | ||
13 | /*-------------------------------------------------------------------------*\ | 13 | /*-------------------------------------------------------------------------*\ |
14 | * These can be changed to according to the applications' needs. | 14 | * These can be changed to according to the applications' needs. |