diff options
| author | Vincent Richard <[email protected]> | 2005-03-17 18:15:22 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-03-17 18:15:22 +0000 |
| commit | f1e8e707776eec72e4395025a3e72f132d7c1700 (patch) | |
| tree | 7c5b54d6baedb9ea1a44e96cc2338dc0ed04f5ac /src/base.cpp | |
| parent | Added 'VMime Viewer' example. (diff) | |
| download | vmime-f1e8e707776eec72e4395025a3e72f132d7c1700.tar.gz vmime-f1e8e707776eec72e4395025a3e72f132d7c1700.zip | |
Renamed MIME_VERSION to SUPPORTED_MIME_VERSION.
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 |
