From 671341f019553e4289f3b965fe5545b7d7f19a7b Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sun, 29 Oct 2006 05:05:33 +0000 Subject: [PATCH] Improved checksums; incompatible with earlier builds. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2481 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/netplay/netplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/netplay/netplay.h b/sc2/src/sc2code/netplay/netplay.h index bed644b04..c7056ab69 100644 --- a/sc2/src/sc2code/netplay/netplay.h +++ b/sc2/src/sc2code/netplay/netplay.h @@ -25,7 +25,7 @@ #define NETPLAY_FULL 2 #define NETPLAY_PROTOCOL_VERSION_MAJOR 0 -#define NETPLAY_PROTOCOL_VERSION_MINOR 1 +#define NETPLAY_PROTOCOL_VERSION_MINOR 2 #define NETPLAY_DEBUG /* Extra debugging for netplay */