summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-02-14 22:22:19 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-02-14 22:22:19 -0800
commit43b2bf6c1682b9f909ca1c81d3ca5682394a7c00 (patch)
treea55406413199029fc31b52d7c116ce15257f16da /version.h
parentaceb938e0764225ce957f7bdf85d9273fb6d7378 (diff)
downloadinfinitytier-43b2bf6c1682b9f909ca1c81d3ca5682394a7c00.tar.gz
infinitytier-43b2bf6c1682b9f909ca1c81d3ca5682394a7c00.zip
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.
Diffstat (limited to 'version.h')
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index fc9e6fe3..ae462308 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