mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Bump version to 1.0.0, add legacy support code to Multicaster to not send new frame to known-to-be-old peers.
This commit is contained in:
parent
10c196df50
commit
ab22feba9a
4 changed files with 73 additions and 17 deletions
|
@ -31,16 +31,16 @@
|
|||
/**
|
||||
* Major version
|
||||
*/
|
||||
#define ZEROTIER_ONE_VERSION_MAJOR 0
|
||||
#define ZEROTIER_ONE_VERSION_MAJOR 1
|
||||
|
||||
/**
|
||||
* Minor version
|
||||
*/
|
||||
#define ZEROTIER_ONE_VERSION_MINOR 9
|
||||
#define ZEROTIER_ONE_VERSION_MINOR 0
|
||||
|
||||
/**
|
||||
* Revision
|
||||
*/
|
||||
#define ZEROTIER_ONE_VERSION_REVISION 3
|
||||
#define ZEROTIER_ONE_VERSION_REVISION 0
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue