summaryrefslogtreecommitdiff
path: root/mapi/pmapi.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2014-03-10 00:17:48 -0600
committerEduardo Chappa <chappa@washington.edu>2014-03-10 00:17:48 -0600
commit6a18937898292e97c15289e5ecd5d8f1c2205110 (patch)
treef1b5c155faa96d81e463d1879eb5f4f6185d4f6e /mapi/pmapi.c
parent228b2570e23919e9900b16037d2e407264f50637 (diff)
downloadalpine-6a18937898292e97c15289e5ecd5d8f1c2205110.tar.xz
* Bump version to 2.19.9.
* Fix windows strings to match version.
Diffstat (limited to 'mapi/pmapi.c')
-rw-r--r--mapi/pmapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapi/pmapi.c b/mapi/pmapi.c
index 290492b9..57be211f 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.3\r\n");
+ fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.19.9\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");