aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luasocket.h4
-rw-r--r--src/mime.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/luasocket.h b/src/luasocket.h
index 608ff7b..09e758d 100644
--- a/src/luasocket.h
+++ b/src/luasocket.h
@@ -11,8 +11,8 @@
11/*-------------------------------------------------------------------------*\ 11/*-------------------------------------------------------------------------*\
12* Current socket library version 12* Current socket library version
13\*-------------------------------------------------------------------------*/ 13\*-------------------------------------------------------------------------*/
14#define LUASOCKET_VERSION "LuaSocket 2.1.1" 14#define LUASOCKET_VERSION "LuaSocket 2.1.1-rc1"
15#define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2011 Diego Nehab" 15#define LUASOCKET_COPYRIGHT "Copyright (C) 1999-2012 Diego Nehab"
16#define LUASOCKET_AUTHORS "Diego Nehab" 16#define LUASOCKET_AUTHORS "Diego Nehab"
17 17
18/*-------------------------------------------------------------------------*\ 18/*-------------------------------------------------------------------------*\
diff --git a/src/mime.h b/src/mime.h
index 37f370f..150e7ad 100644
--- a/src/mime.h
+++ b/src/mime.h
@@ -13,8 +13,8 @@
13/*-------------------------------------------------------------------------*\ 13/*-------------------------------------------------------------------------*\
14* Current MIME library version 14* Current MIME library version
15\*-------------------------------------------------------------------------*/ 15\*-------------------------------------------------------------------------*/
16#define MIME_VERSION "MIME 1.0.3" 16#define MIME_VERSION "MIME 1.0.3-rc1"
17#define MIME_COPYRIGHT "Copyright (C) 2004-2009 Diego Nehab" 17#define MIME_COPYRIGHT "Copyright (C) 2004-2012 Diego Nehab"
18#define MIME_AUTHORS "Diego Nehab" 18#define MIME_AUTHORS "Diego Nehab"
19 19
20/*-------------------------------------------------------------------------*\ 20/*-------------------------------------------------------------------------*\