From 17126b0c6d3ffe0e205c3bfdca778cba272ed6b0 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 31 Dec 2013 11:24:57 -0800 Subject: [PATCH] VERSION 0.6.6: fix to path discovery New versions will be coming fast and furious for a bit as bugs get fixed and testing is done in prep to the first binary release. This version fixes a problem with WAN path discovery and a possible security issue in PacketDecoder. (see previous comments) --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 87b1fc179..bd2543e6c 100644 --- a/version.h +++ b/version.h @@ -41,6 +41,6 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 5 +#define ZEROTIER_ONE_VERSION_REVISION 6 #endif