summaryrefslogtreecommitdiff
path: root/mapi
diff options
context:
space:
mode:
Diffstat (limited to 'mapi')
-rw-r--r--mapi/pmapi.c2
-rw-r--r--mapi/pmapi.rc4
2 files changed, 3 insertions, 3 deletions
diff --git a/mapi/pmapi.c b/mapi/pmapi.c
index dc00e3a9..290492b9 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.11\r\n");
+ fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.19.3\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 610e1cb8..b0155c61 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.11\0"
+ VALUE "FileVersion", "2.19.3\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.11\0"
+ VALUE "ProductVersion", "2.19.3\0"
VALUE "SpecialBuild", " \0"
END
END