aboutsummaryrefslogtreecommitdiff
path: root/src/mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mime.h')
-rw-r--r--src/mime.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mime.h b/src/mime.h
index 0fe8000..37f370f 100644
--- a/src/mime.h
+++ b/src/mime.h
@@ -7,16 +7,14 @@
7* This module provides functions to implement transfer content encodings 7* This module provides functions to implement transfer content encodings
8* and formatting conforming to RFC 2045. It is used by mime.lua, which 8* and formatting conforming to RFC 2045. It is used by mime.lua, which
9* provide a higher level interface to this functionality. 9* provide a higher level interface to this functionality.
10*
11* RCS ID: $Id$
12\*=========================================================================*/ 10\*=========================================================================*/
13#include "lua.h" 11#include "lua.h"
14 12
15/*-------------------------------------------------------------------------*\ 13/*-------------------------------------------------------------------------*\
16* Current MIME library version 14* Current MIME library version
17\*-------------------------------------------------------------------------*/ 15\*-------------------------------------------------------------------------*/
18#define MIME_VERSION "MIME 1.0.2" 16#define MIME_VERSION "MIME 1.0.3"
19#define MIME_COPYRIGHT "Copyright (C) 2004-2007 Diego Nehab" 17#define MIME_COPYRIGHT "Copyright (C) 2004-2009 Diego Nehab"
20#define MIME_AUTHORS "Diego Nehab" 18#define MIME_AUTHORS "Diego Nehab"
21 19
22/*-------------------------------------------------------------------------*\ 20/*-------------------------------------------------------------------------*\