From b6933b5b9b19027f4e3c435455e91262e8f0b9e1 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 1 Oct 2005 15:51:54 +0000 Subject: [PATCH] stream version change --- xwords4/common/game.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/common/game.h b/xwords4/common/game.h index 54ddd2533..b84a80a10 100644 --- a/xwords4/common/game.h +++ b/xwords4/common/game.h @@ -30,8 +30,9 @@ extern "C" { #endif -#define CUR_STREAM_VERS 0x02 +#define CUR_STREAM_VERS 0x03 +#define STREAM_VERS_41 0x02 #define STREAM_VERS_405 0x01 typedef struct LocalPlayer {