Version v0.1.6

This commit is contained in:
ValdikSS 2019-10-31 22:36:29 +03:00
parent f2de8fce8d
commit b5d75a6c8e
1 changed files with 1 additions and 1 deletions

View File

@ -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)