Increase version for 1.18
This commit is contained in:
parent
508e094987
commit
065727e4ba
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue