From 68defd998008e83e5348d29cab5535dab3d444e8 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 12 Dec 2013 12:59:53 -0800 Subject: [PATCH] VERSION 0.6.3: moving toward binary release This version contains few changes that are visible to users building from source. It contains an almost-complete version of the Qt-based GUI in ZeroTierUI, though this is still a work in progress. It also contains the software update infrastructure, which is not yet enabled by default but does basically work. Some cleanup and dead code removal has also occurred. The next release will probably be the first binary release with auto-update and a full UI experience for Linux and Mac. Windows will follow later, as more work has to be done on the Windows port. --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 9247ba5ed..03a5cdc14 100644 --- a/version.h +++ b/version.h @@ -41,6 +41,6 @@ /** * Revision: 16-bit (0-65535) */ -#define ZEROTIER_ONE_VERSION_REVISION 2 +#define ZEROTIER_ONE_VERSION_REVISION 3 #endif