aboutsummaryrefslogtreecommitdiff
path: root/src/luasocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luasocket.h')
-rw-r--r--src/luasocket.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/luasocket.h b/src/luasocket.h
index 13134cf..d7a78bb 100644
--- a/src/luasocket.h
+++ b/src/luasocket.h
@@ -5,16 +5,14 @@
5* Networking support for the Lua language 5* Networking support for the Lua language
6* Diego Nehab 6* Diego Nehab
7* 9/11/1999 7* 9/11/1999
8*
9* RCS ID: $Id$
10\*=========================================================================*/ 8\*=========================================================================*/
11#include "lua.h" 9#include "lua.h"
12 10
13/*-------------------------------------------------------------------------*\ 11/*-------------------------------------------------------------------------*\
14* Current socket library version 12* Current socket library version
15\*-------------------------------------------------------------------------*/ 13\*-------------------------------------------------------------------------*/
16#define LUASOCKET_VERSION "LuaSocket 2.0.2" 14#define LUASOCKET_VERSION "LuaSocket 2.0.3"
17#define LUASOCKET_COPYRIGHT "Copyright (C) 2004-2007 Diego Nehab" 15#define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2009 Diego Nehab"
18#define LUASOCKET_AUTHORS "Diego Nehab" 16#define LUASOCKET_AUTHORS "Diego Nehab"
19 17
20/*-------------------------------------------------------------------------*\ 18/*-------------------------------------------------------------------------*\