diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-05-29 17:30:20 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-05-29 17:30:20 -0600 |
commit | 0e9b405ad29edbf0c1cfde0357d8b5c6353fc194 (patch) | |
tree | 51d89f020da48d1f785fed5b201c9eeb0d0bf298 /mapi/pmapi.c | |
parent | dbb9b8a9c80985dec59650cc9b7a5ec638d4d19a (diff) | |
download | alpine-0e9b405ad29edbf0c1cfde0357d8b5c6353fc194.tar.xz |
* New version 2.20.13.
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 ce976bf2..9c1439a8 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.12\r\n"); + fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.20.13\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"); |