Bump version for 2.1pre2
This commit is contained in:
parent
5fc85d43ef
commit
eb0622e032
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
/// Network protocol minor version (maximal 99)
|
||||
#define NetworkProtocolMinorVersion 9
|
||||
/// Network protocol patch level (maximal 99)
|
||||
#define NetworkProtocolPatchLevel 1
|
||||
#define NetworkProtocolPatchLevel 2
|
||||
/// Network protocol version (1,2,3) -> 10203
|
||||
#define NetworkProtocolVersion \
|
||||
(NetworkProtocolMajorVersion * 10000 + NetworkProtocolMinorVersion * 100 \
|
||||
|
|
Loading…
Add table
Reference in a new issue