summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-28 17:03:01 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-28 17:03:01 -0400
commit18919465c38df7a9e03c3f81c346bfe16d167180 (patch)
tree81311fb837f9850aba45ec4661b7e3c68063269e
parentbb8bb2727c7bca9209dcfbba3dfe1988e808c5ab (diff)
downloadinfinitytier-18919465c38df7a9e03c3f81c346bfe16d167180.tar.gz
infinitytier-18919465c38df7a9e03c3f81c346bfe16d167180.zip
VERSION 0.4.5
Changes: * It now builds and runs on Windows with Visual Studio 2012. Windows is not ready for prime time yet though for several reasons, so no Windows release yet. If you're brave you can try to DIY, but the driver is not signed yet either. Windows is a work in progress still. * Networks now pull their ethernet type whitelist from the netconf master instead of having it hard-coded. (Prep for network mgmt.) * Netconf master now sends name and description of networks so this can be used to set Windows network display names. * A couple minor bug fixes here and there, nothing major. * No protocol changes that break compatibility.
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index e87363d4..a5f8e0d9 100644
--- a/version.h
+++ b/version.h
@@ -41,6 +41,6 @@
/**
* Revision: 16-bit (0-65535)
*/
-#define ZEROTIER_ONE_VERSION_REVISION 4
+#define ZEROTIER_ONE_VERSION_REVISION 5
#endif