From b5d75a6c8e9b23843fa1223d16fa0f86428fc0cb Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Thu, 31 Oct 2019 22:36:29 +0300 Subject: [PATCH] Version v0.1.6 --- src/goodbyedpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goodbyedpi.c b/src/goodbyedpi.c index bba5fda5..3c501d6d 100644 --- a/src/goodbyedpi.c +++ b/src/goodbyedpi.c @@ -22,7 +22,7 @@ // My mingw installation does not load inet_pton definition for some reason WINSOCK_API_LINKAGE INT WSAAPI inet_pton(INT Family, LPCSTR pStringBuf, PVOID pAddr); -#define GOODBYEDPI_VERSION "v0.1.5" +#define GOODBYEDPI_VERSION "v0.1.6" #define die() do { sleep(20); exit(EXIT_FAILURE); } while (0)