We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee4101 commit 99c403cCopy full SHA for 99c403c
src/goodbyedpi.c
@@ -23,7 +23,7 @@
23
// My mingw installation does not load inet_pton definition for some reason
24
WINSOCK_API_LINKAGE INT WSAAPI inet_pton(INT Family, LPCSTR pStringBuf, PVOID pAddr);
25
26
-#define GOODBYEDPI_VERSION "v0.2.1"
+#define GOODBYEDPI_VERSION "v0.2.2"
27
28
#define die() do { sleep(20); exit(EXIT_FAILURE); } while (0)
29
0 commit comments