From 558895647d9f253cbd21be29e2ca3054b3f0eb3e Mon Sep 17 00:00:00 2001 From: jsalmon3 <> Date: Sun, 9 Mar 2003 18:35:48 +0000 Subject: [PATCH] Increase network version --- src/include/netconnect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/netconnect.h b/src/include/netconnect.h index 1982036a1..0397ed893 100644 --- a/src/include/netconnect.h +++ b/src/include/netconnect.h @@ -43,7 +43,7 @@ /// Network protocol minor version (maximal 99) #define NetworkProtocolMinorVersion 4 /// Network protocol patch level (maximal 99) -#define NetworkProtocolPatchLevel 16 +#define NetworkProtocolPatchLevel 17 /// Network protocol version (1,2,3) -> 10203 #define NetworkProtocolVersion \ (NetworkProtocolMajorVersion*10000+NetworkProtocolMinorVersion*100 \