diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-02-20 00:06:05 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-02-20 00:06:05 -0700 |
commit | ac368b05842ee45ed29cd997840eb788649da268 (patch) | |
tree | 181c462df69f970e1bba253dc2d6726c723412d7 /mapi | |
parent | 59499e8d9d98e63b0ccf3d731528c24c652ad501 (diff) | |
download | alpine-ac368b05842ee45ed29cd997840eb788649da268.tar.xz |
* New version 2.19.8
* Forwarding messages with attachments of content-type multipart, failed when
attempting to signed it, with and "Error writing pipe" error.
Diffstat (limited to 'mapi')
-rw-r--r-- | mapi/pmapi.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mapi/pmapi.rc b/mapi/pmapi.rc index bebfb812..653329f3 100644 --- a/mapi/pmapi.rc +++ b/mapi/pmapi.rc @@ -117,14 +117,14 @@ BEGIN VALUE "Comments", "alpine info: http://www.washington.edu/alpine\0" VALUE "CompanyName", "University of Washington\0" VALUE "FileDescription", "Simple MAPI DLL for Alpine for Windows\0" - VALUE "FileVersion", "2.19.7\0" + VALUE "FileVersion", "2.19.8\0" VALUE "InternalName", "pmapi32\0" VALUE "LegalCopyright", "Copyright ? 2006-2009\0" VALUE "LegalTrademarks", "Apache License, Version 2.0\0" VALUE "OriginalFilename", "pmapi32.dll\0" VALUE "PrivateBuild", " \0" VALUE "ProductName", "Simple MAPI for Alpine for Windows\0" - VALUE "ProductVersion", "2.19.7\0" + VALUE "ProductVersion", "2.19.8\0" VALUE "SpecialBuild", " \0" END END |