summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-02-03 16:53:38 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-02-03 16:53:38 -0800
commit8f5cd0a36155f619c9038a0eac78d002c4eb3c4f (patch)
tree888ec78e4c8b35cb8aa3223c70520ea88cff95e7
parentd7bc3c6f4a54f9139779253ac8e479f87f6d5d3c (diff)
downloadinfinitytier-8f5cd0a36155f619c9038a0eac78d002c4eb3c4f.tar.gz
infinitytier-8f5cd0a36155f619c9038a0eac78d002c4eb3c4f.zip
VERSION 0.6.12: code cleanup in peers and IP address enumeration improvements
This version ties up some stuff that remains in the core before binary release. It adds support for direct interface IP enumeration on *nix systems, as well as a fix for IPv6 link-local addresses on OSX. This also contains some cleanup in Peer and some improvements to help detect and route around dead or unreachable supernodes. Getting close!
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 962e51f1..e9afd544 100644
--- a/version.h
+++ b/version.h
@@ -41,6 +41,6 @@
/**
* Revision
*/
-#define ZEROTIER_ONE_VERSION_REVISION 11
+#define ZEROTIER_ONE_VERSION_REVISION 12
#endif