summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-12-19 15:20:47 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-12-19 15:20:47 -0800
commitf24283a674a30d59ca0228966dc5a75919e5d45c (patch)
treebf8e715b80ef309083e080e363ddfeaf033ffa84 /version.h
parentf60dfe496325bfe5d58b3db75e86387799b72c25 (diff)
downloadinfinitytier-f24283a674a30d59ca0228966dc5a75919e5d45c.tar.gz
infinitytier-f24283a674a30d59ca0228966dc5a75919e5d45c.zip
VERSION 1.0.2: Experimental FreeBSD support!
Version 1.0.2 brings experimental FreeBSD support. It has ONLY been tested on FreeBSD 10 on an x64 system, and should be considered alpha for this platform for now. This version is not going to be pushed out to the entire world via software update, and the binary version distributed for other platforms via the zerotier.com web site will remain 1.0.1 as there are no other meaningful user-facing changes. This is just an interim release to let FreeBSD users try it out. If you find bugs, please enter them on GitHub or do a pull request and fix them yourself.
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index d8ea2192..6713ecce 100644
--- a/version.h
+++ b/version.h
@@ -41,6 +41,6 @@
/**
* Revision
*/
-#define ZEROTIER_ONE_VERSION_REVISION 1
+#define ZEROTIER_ONE_VERSION_REVISION 2
#endif