diff options
author | Eduardo Chappa <chappa@washington.edu> | 2017-03-23 11:42:21 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2017-03-23 11:42:21 -0600 |
commit | 843b2f16abfd949e09b1c5465387b1b0f724994a (patch) | |
tree | 5a6e76b59c1a2d76f11e9a1ab351df09f3ed3857 /mapi/pmapi.rc | |
parent | 872c73cb757d6155cb80bb8a5474854444f3f4dd (diff) | |
download | alpine-843b2f16abfd949e09b1c5465387b1b0f724994a.tar.xz |
* New version 2.21.1
Diffstat (limited to 'mapi/pmapi.rc')
-rw-r--r-- | mapi/pmapi.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mapi/pmapi.rc b/mapi/pmapi.rc index 2fae7940..39d398f1 100644 --- a/mapi/pmapi.rc +++ b/mapi/pmapi.rc @@ -98,8 +98,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,21,21,0 - PRODUCTVERSION 2,21,21,0 + FILEVERSION 2,21,1,0 + PRODUCTVERSION 2,21,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x29L @@ -117,14 +117,14 @@ BEGIN VALUE "Comments", "alpine info: http://patches.freeiz.com/alpine\0" VALUE "CompanyName", "Patches for Alpine\0" VALUE "FileDescription", "Simple MAPI DLL for Alpine for Windows\0" - VALUE "FileVersion", "2.21\0" + VALUE "FileVersion", "2.21.1\0" VALUE "InternalName", "pmapi32\0" VALUE "LegalCopyright", "Copyright ? University of Washington 2006-2009, Eduardo Chappa 2013-2014\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.21\0" + VALUE "ProductVersion", "2.21.1\0" VALUE "SpecialBuild", " \0" END END |