mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Changes to how new-style binary network configs are detected, and a new-style binary serialized meta-data representation.
This commit is contained in:
parent
69d0562e2c
commit
529515d1d1
5 changed files with 176 additions and 42 deletions
|
@ -23,15 +23,18 @@
|
|||
* Major version
|
||||
*/
|
||||
#define ZEROTIER_ONE_VERSION_MAJOR 1
|
||||
#define ZEROTIER_ONE_VERSION_MAJOR_S "1"
|
||||
|
||||
/**
|
||||
* Minor version
|
||||
*/
|
||||
#define ZEROTIER_ONE_VERSION_MINOR 1
|
||||
#define ZEROTIER_ONE_VERSION_MINOR_S "1"
|
||||
|
||||
/**
|
||||
* Revision
|
||||
*/
|
||||
#define ZEROTIER_ONE_VERSION_REVISION 5
|
||||
#define ZEROTIER_ONE_VERSION_REVISION_S "5"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue