Own network version for release.
This commit is contained in:
parent
0c971f6237
commit
8be687db0b
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 3
|
||||
#define NetworkProtocolPatchLevel 4
|
||||
/// Network protocol version (1,2,3) -> 10203
|
||||
#define NetworkProtocolVersion \
|
||||
(NetworkProtocolMajorVersion*10000+NetworkProtocolMinorVersion*100 \
|
||||
|
|
Loading…
Add table
Reference in a new issue