diff -r 4d030da07c88 -r 3ab0c2e1a4e2 src/network.h --- a/src/network.h Tue Apr 01 10:28:08 2014 +0200 +++ b/src/network.h Tue Apr 01 12:30:25 2014 +0200 @@ -45,8 +45,9 @@ #define NETCODE_REMIS 0x22 #define NETCODE_CHECK 0x23 #define NETCODE_CHECKMATE 0x24 - -#define NETCODE_VERSION 6 +#define NETCODE_STALEMATE 0x25 + +#define NETCODE_VERSION 7 typedef struct { int fd; /* -1, if we are the client */