diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-08-28 13:45:19 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-08-28 13:45:19 -0600 |
commit | b063cb1a02f7dd5c7f1220989edceb736efe2c3c (patch) | |
tree | f74d021d6d3cfadcb2f264fa39f06ab76d19a103 /mapi/pmapi.c | |
parent | 3a705ccfd0bb4d65d4bc35683726971edfd9309c (diff) | |
download | alpine-b063cb1a02f7dd5c7f1220989edceb736efe2c3c.tar.xz |
* New version 2.20.15.
Diffstat (limited to 'mapi/pmapi.c')
-rw-r--r-- | mapi/pmapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mapi/pmapi.c b/mapi/pmapi.c index 162d2f62..439209a8 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.20.14\r\n"); + fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.20.15\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"); |