summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-08-25 09:55:14 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-08-25 09:55:14 -0700
commit5db538d85ef739fa969a5b71d294501ac0bb5335 (patch)
tree4da831d381094953845e0c7170fd8183a3f64447 /version.h
parenta9176d7b628545b28a2497a4e1b782d8d39a76a2 (diff)
downloadinfinitytier-5db538d85ef739fa969a5b71d294501ac0bb5335.tar.gz
infinitytier-5db538d85ef739fa969a5b71d294501ac0bb5335.zip
VERSION 1.0.5: Windows and Linux (upgrade) bug fixes
Version 1.0.5 is a very minor release. It includes a new build of the Windows device driver that supports Windows Vista and 2008 Server, and a fix to prevent an issue that could occur when updating Linux installations from old pre-1.0.3 versions to 1.0.3 or 1.0.4. It also includes a few very minor fixes and improvements to the controller code, which doesn't affect most users. This second commit just bumps version.h. :)
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 62f8fb69..010330ac 100644
--- a/version.h
+++ b/version.h
@@ -41,6 +41,6 @@
/**
* Revision
*/
-#define ZEROTIER_ONE_VERSION_REVISION 4
+#define ZEROTIER_ONE_VERSION_REVISION 5
#endif