diff options
author | Tim Angus <tim@ngus.net> | 2006-12-29 22:35:11 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-12-29 22:35:11 +0000 |
commit | 717589aa42f483cf962b5a7bb55498108dc5c35a (patch) | |
tree | a4aa13d581e3a41e16579ca814c6fd52abd36271 /src | |
parent | d1deb8bd434ecdefcb02e267aa875b61fa47a997 (diff) |
* Bump up protocol version number
Diffstat (limited to 'src')
-rw-r--r-- | src/qcommon/qcommon.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 |