diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-04-21 01:23:34 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-04-21 01:23:34 -0600 |
commit | 06525250787f8f774afa7f25901a8a805f2a29db (patch) | |
tree | 1e74cbf7f51d3d086c700736b76dac296092f9df /mapi | |
parent | 95120a97531aa3b8f596dd33856429a0ac5fa929 (diff) | |
download | alpine-06525250787f8f774afa7f25901a8a805f2a29db.tar.xz |
* Update to version 2.19.99.
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 d67dda40..a8c0d632 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.19.12\r\n"); + fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.19.99\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 cafb3ef4..ce9b50a8 100644 --- a/mapi/pmapi.rc +++ b/mapi/pmapi.rc @@ -98,8 +98,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,19,12,0 - PRODUCTVERSION 2,19,12,0 + FILEVERSION 2,19,99,0 + PRODUCTVERSION 2,19,99,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x29L @@ -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.12\0" + VALUE "FileVersion", "2.19.99\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.12\0" + VALUE "ProductVersion", "2.19.99\0" VALUE "SpecialBuild", " \0" END END |