This commit is contained in:
Adam Ierymenko 2019-09-22 22:33:11 -07:00
commit b44bd19c53
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
3 changed files with 8 additions and 10 deletions

View file

@ -19,15 +19,7 @@
#include <string.h>
#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
#include "../../node/Constants.hpp"
/****************************************************************************/