From 8a0bef08bfca05be0d4dfb06509be6309efdc1e4 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Sun, 15 Sep 2024 00:34:54 +0300 Subject: [PATCH] 0.2.3rc3 version --- src/goodbyedpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goodbyedpi.c b/src/goodbyedpi.c index a10c34b..f8a06a1 100644 --- a/src/goodbyedpi.c +++ b/src/goodbyedpi.c @@ -24,7 +24,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.2.3rc2" +#define GOODBYEDPI_VERSION "v0.2.3rc3" #define die() do { sleep(20); exit(EXIT_FAILURE); } while (0)