mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Going once... going twice!
This commit is contained in:
parent
9934a856dd
commit
bb53ee9567
14 changed files with 393 additions and 640 deletions
|
@ -20,6 +20,15 @@
|
|||
|
||||
#include "../../include/ZeroTierCore.h"
|
||||
|
||||
#if __has_include("../../version.h")
|
||||
#include "../../version.h"
|
||||
#else
|
||||
#define ZEROTIER_ONE_VERSION_MAJOR 255
|
||||
#define ZEROTIER_ONE_VERSION_MINOR 255
|
||||
#define ZEROTIER_ONE_VERSION_REVISION 255
|
||||
#define ZEROTIER_ONE_VERSION_BUILD 255
|
||||
#endif
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
/* A pointer to an instance of EthernetTap */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue