diff --git a/src/netbeans.c b/src/netbeans.c index dba50d4571..fe3a70c39f 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -32,6 +32,7 @@ /* WinSock API is separated from C API, thus we can't use read(), write(), * errno... */ # define sock_errno WSAGetLastError() +# undef ECONNREFUSED # define ECONNREFUSED WSAECONNREFUSED # ifdef EINTR # undef EINTR diff --git a/src/version.c b/src/version.c index 01957033b4..f9ebbeaa45 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 206, /**/ 205, /**/