From 717589aa42f483cf962b5a7bb55498108dc5c35a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 29 Dec 2006 22:35:11 +0000 Subject: * Bump up protocol version number --- src/qcommon/qcommon.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 478cd5d5..2279fb12 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -224,9 +224,7 @@ PROTOCOL ============================================================== */ -// 69 is identical in every way to 68 - the change is to avoid -// confusing connecting Q3 clients -#define PROTOCOL_VERSION 69 +#define PROTOCOL_VERSION 70 // maintain a list of compatible protocols for demo playing // NOTE: that stuff only works with two digits protocols -- cgit