Skip to content

Commit

Permalink
GoodbyeDPI v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdikSS committed Dec 26, 2021
1 parent b799b33 commit 6eec99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goodbyedpi.c
Expand Up @@ -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)

Expand Down

0 comments on commit 6eec99e

Please sign in to comment.