From 04737118aa1d9ad3db63fb1064267187ae871856 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 4 Dec 2017 21:47:52 -0700 Subject: * New version 2.21.99 * The online repo does not mimic the root local directory from which it is created. This is an attempt to fix this. This caused the problem that kerberos was not working with the bytes on the repo, but it would work on the root which created it. Reported by Holger Trapp. --- mapi/pmapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mapi/pmapi.c') diff --git a/mapi/pmapi.c b/mapi/pmapi.c index 945104f3..067aa0b2 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.21.9\r\n"); + fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.21.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"); -- cgit v1.2.3-54-g00ecf