diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-10-10 14:29:06 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-10-10 14:29:06 -0600 |
commit | 3165f59b344fb4d56d161541f294754d56bcb372 (patch) | |
tree | f6f8f49d226880f5d2019692d2b17b5244c26b45 /mapi | |
parent | 753aba6fcc56c596be953b298b4b4219605d3d07 (diff) | |
download | alpine-3165f59b344fb4d56d161541f294754d56bcb372.tar.xz |
* New version 2.24
Diffstat (limited to 'mapi')
-rw-r--r-- | mapi/pmapi.c | 2 | ||||
-rw-r--r-- | mapi/pmapi.rc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mapi/pmapi.c b/mapi/pmapi.c index c5f1d69c..140d39c0 100644 --- a/mapi/pmapi.c +++ b/mapi/pmapi.c @@ -1952,7 +1952,7 @@ BOOL APIENTRY DllMain( now = time((time_t *)0); tm_now = localtime(&now); - fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.23.2\r\n"); + fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.24\r\n"); fprintf(ms_global->dfd, " Build date: %s\r\n", datestamp); fprintf(ms_global->dfd, " please report all bugs to chappa@gmx.com\r\n"); diff --git a/mapi/pmapi.rc b/mapi/pmapi.rc index 37bf0844..d4fd8270 100644 --- a/mapi/pmapi.rc +++ b/mapi/pmapi.rc @@ -98,8 +98,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,23,2,0 - PRODUCTVERSION 2,23,2,0 + FILEVERSION 2,24,0,0 + PRODUCTVERSION 2,24,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x29L @@ -117,14 +117,14 @@ BEGIN VALUE "Comments", "alpine info: http://repo.or.cz/alpine.git\0" VALUE "CompanyName", "Patches for Alpine\0" VALUE "FileDescription", "Simple MAPI DLL for Alpine for Windows\0" - VALUE "FileVersion", "2.23.2\0" + VALUE "FileVersion", "2.24\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.23.2\0" + VALUE "ProductVersion", "2.24\0" VALUE "SpecialBuild", " \0" END END |