diff options
Diffstat (limited to 'src/base.cpp')
| -rw-r--r-- | src/base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base.cpp b/src/base.cpp index d1e462e6..8e0845b0 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -93,7 +93,7 @@ const string CRLF = "\r\n"; /** The current MIME version supported by VMime. */ -const string MIME_VERSION = "1.0"; +const string SUPPORTED_MIME_VERSION = "1.0"; // Line length limits |
