diff --git a/src/goodbyedpi.c b/src/goodbyedpi.c index c26acdf..4c766af 100644 --- a/src/goodbyedpi.c +++ b/src/goodbyedpi.c @@ -23,7 +23,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.7" +#define GOODBYEDPI_VERSION "v0.1.8" #define die() do { sleep(20); exit(EXIT_FAILURE); } while (0)