Fix Constants.hpp inclusion of version.h

This commit is contained in:
Grant Limberg 2019-08-16 09:52:13 -07:00
parent 18071e038e
commit 206c85222c
2 changed files with 3 additions and 2 deletions

View file

@ -29,8 +29,8 @@
#include "../include/ZeroTierOne.h"
#if __has_include("../version.h")
#include "../version.h"
#if __has_include("version.h")
#include "version.h"
#else /* dummy values for use inside IDEs, etc. */
#define ZEROTIER_ONE_VERSION_MAJOR 255
#define ZEROTIER_ONE_VERSION_MINOR 255