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:
Adam Ierymenko 2014-10-05 10:34:25 -07:00
commit ab22feba9a
4 changed files with 73 additions and 17 deletions

View file

@ -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