Path is now send relative to data directory.
This commit is contained in:
parent
4b8c174c41
commit
0e17286b40
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 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