From c17082a4f8a5819738b3af63757630dc1191d745 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko <adam.ierymenko@gmail.com> Date: Tue, 11 Feb 2014 15:16:42 -0800 Subject: [PATCH] VERSION 0.6.14: bug fixes, Unix device persistence This version adds persistence of *nix device names (where possible), and fixes a possible crash in Topology.cpp that was introduced in a previous revision. It also adds a new supernode located in Singapore! --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 01485939b..fc9e6fe38 100644 --- a/version.h +++ b/version.h @@ -41,6 +41,6 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 13 +#define ZEROTIER_ONE_VERSION_REVISION 14 #endif