Skip to content

Commit

Permalink
0.2.3rc2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdikSS committed Sep 14, 2024
1 parent bc95b6f commit c2784dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goodbyedpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c2784dd

Please sign in to comment.