From 8f5cd0a36155f619c9038a0eac78d002c4eb3c4f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 3 Feb 2014 16:53:38 -0800 Subject: 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! --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3