summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2014-04-09 13:03:33 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2014-04-09 13:03:33 -0700
commita1c1c82b0d600c2efdb2afb7d73a4914c856cce1 (patch)
tree9d7b2d288c404a6e0b4089806c9ea633d71ad951 /version.h
parent83a0d988ecdf97c3e7c607291fe01e8bd28d0c99 (diff)
downloadinfinitytier-a1c1c82b0d600c2efdb2afb7d73a4914c856cce1.tar.gz
infinitytier-a1c1c82b0d600c2efdb2afb7d73a4914c856cce1.zip
VERSION 0.8.1
This, quick on the heels of 0.8.0, fixes the fact that TCP tunneling was broken. :) There was a bug that only manifested in some cases, and not on my testnet. I took the opportunity to clean up some of that logic generally. I need a better testnet, but that will have to wait until we exit beta and hopefully I can earn a little bit of money off this. A better testnet will require a big beefy virtualization box or two to run hundreds to thousands of KVMs. Also fixed a tiny cosmetic issue on Windows. Other than that no changes.
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 468f3689..bd9fa57b 100644
--- a/version.h
+++ b/version.h
@@ -41,6 +41,6 @@
/**
* Revision
*/
-#define ZEROTIER_ONE_VERSION_REVISION 0
+#define ZEROTIER_ONE_VERSION_REVISION 1
#endif