diff options
author | Diego Nehab <diego@impa.br> | 2013-06-11 19:10:03 +0800 |
---|---|---|
committer | Diego Nehab <diego@impa.br> | 2013-06-11 19:10:03 +0800 |
commit | 6e00ffd62f135c30be3b5a6404a722beb1bdf215 (patch) | |
tree | a49bf542aa24ae34e563ff6b0bd5a5e1a139b41f /src/luasocket.h | |
parent | 906abf29d146272512feddd74005a8833ee34e7d (diff) | |
download | luasocket-6e00ffd62f135c30be3b5a6404a722beb1bdf215.tar.gz luasocket-6e00ffd62f135c30be3b5a6404a722beb1bdf215.tar.bz2 luasocket-6e00ffd62f135c30be3b5a6404a722beb1bdf215.zip |
Changing from 2.1-rc1 to 3.0-rc1.
Diffstat (limited to 'src/luasocket.h')
-rw-r--r-- | src/luasocket.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/luasocket.h b/src/luasocket.h index f4463a7..f75d21f 100644 --- a/src/luasocket.h +++ b/src/luasocket.h | |||
@@ -11,9 +11,8 @@ | |||
11 | /*-------------------------------------------------------------------------*\ | 11 | /*-------------------------------------------------------------------------*\ |
12 | * Current socket library version | 12 | * Current socket library version |
13 | \*-------------------------------------------------------------------------*/ | 13 | \*-------------------------------------------------------------------------*/ |
14 | #define LUASOCKET_VERSION "LuaSocket 2.1-rc1" | 14 | #define LUASOCKET_VERSION "LuaSocket 3.0-rc1" |
15 | #define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2012 Diego Nehab" | 15 | #define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2013 Diego Nehab" |
16 | #define LUASOCKET_AUTHORS "Diego Nehab" | ||
17 | 16 | ||
18 | /*-------------------------------------------------------------------------*\ | 17 | /*-------------------------------------------------------------------------*\ |
19 | * This macro prefixes all exported API functions | 18 | * This macro prefixes all exported API functions |