From 43b2bf6c1682b9f909ca1c81d3ca5682394a7c00 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 14 Feb 2014 22:22:19 -0800 Subject: [PATCH] VERSION 0.7.0: fix two bugs reported on GitHub, public binaries now in the wild! Version 0.7.0 commemorates public beta binaries now being in the wild for Mac and Linux platforms, though this actually happened a few days ago with 0.6.14. This version fixes two bugs. First, the Linux installer/updater now supports both systemd and regular SysV init. It will detect which your distro uses at install/update time and install the zerotier-one service accordingly. Secondly, this fixes an issue that caused the service to always show ONLINE in the GUI or 'zerotier-cli info' even if there was no net connection. The online status should be more reliably reported now. --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index fc9e6fe38..ae4623082 100644 --- a/version.h +++ b/version.h @@ -36,11 +36,11 @@ /** * Minor version */ -#define ZEROTIER_ONE_VERSION_MINOR 6 +#define ZEROTIER_ONE_VERSION_MINOR 7 /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 14 +#define ZEROTIER_ONE_VERSION_REVISION 0 #endif