From 77090c53fe558c48680516410a928bece08dd0d5 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 4 Jun 2001 20:45:17 +0000 Subject: [PATCH] Updated for 1.3b version. --- src/luasocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #define _LUASOCKET_H_ /* Current luasocket version */ -#define LUASOCKET_VERSION "LuaSocket 1.2.1" +#define LUASOCKET_VERSION "LuaSocket 1.3b" /*-------------------------------------------------------------------------*\ * These can be changed to according to the applications' needs.