From 6ae2c5f5c7c5dec873aa852775fc0a4a552ae2ff Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 24 Jan 2014 15:05:04 -0800 Subject: [PATCH] VERSION 0.6.10: Windows runs again! Not a significant release for OSS users, but this version marks a significant increase in workitude on the Windows platform. A properly and officially signed x64 driver is also included. x86 drivers and more Windows work including Qt UI are coming soon. --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 32d9c21ce..5ed3080f6 100644 --- a/version.h +++ b/version.h @@ -41,6 +41,6 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 9 +#define ZEROTIER_ONE_VERSION_REVISION 10 #endif