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