The version for the TCP/IP stack was not updated in the 2.04 version.Not a big deal though. tcpip.h// TCP/IP stack version
#define TCPIP_STACK_VERSION_MAJOR 7
#define TCPIP_STACK_VERSION_MINOR 25
#define TCPIP_STACK_VERSION_PATCH 0
// ..
#define TCPIP_STACK_VERSION_MAJOR 7
#define TCPIP_STACK_VERSION_MINOR 25
#define TCPIP_STACK_VERSION_PATCH 0
// ..