From 065727e4ba987bfd3a90df606da2d34804e9b62c Mon Sep 17 00:00:00 2001 From: jsalmon3 <> Date: Tue, 11 Mar 2003 18:50:20 +0000 Subject: [PATCH] Increase version for 1.18 --- 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 0397ed893..f55951cf9 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 17 +#define NetworkProtocolPatchLevel 18 /// Network protocol version (1,2,3) -> 10203 #define NetworkProtocolVersion \ (NetworkProtocolMajorVersion*10000+NetworkProtocolMinorVersion*100 \