0.2.3rc2 version

This commit is contained in:
ValdikSS 2024-09-14 23:06:36 +03:00
parent bc95b6f598
commit c2784dd79e

View File

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