diff options
-rw-r--r-- | BUILDING.md | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index 7378eb75..d6b5feec 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -12,6 +12,8 @@ do this eventually. Just type 'make'. You'll need gcc and g++ installed, but ZeroTier One requires no other third party libraries beyond the standard libc, libstdc++, and libm. +*Note:* On FreeBSD you must use 'gmake', not 'make'! + ### MacOS make @@ -41,6 +41,6 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 1 +#define ZEROTIER_ONE_VERSION_REVISION 2 #endif |