GoodbyeDPI v0.2.0

This commit is contained in:
ValdikSS 2021-12-30 03:46:51 +03:00
parent 09089e0364
commit 5494be72ba
1 changed files with 1 additions and 1 deletions

View File

@ -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.8"
#define GOODBYEDPI_VERSION "v0.2.0"
#define die() do { sleep(20); exit(EXIT_FAILURE); } while (0)