summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-05-06 13:29:10 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-05-06 13:29:10 -0700
commit529515d1d173e6850c86230106cbfc36e1b9bf97 (patch)
tree53f0eca20d9ce1ff4e02287813677e0401346387 /version.h
parent69d0562e2c2ff4e5ddbc6f33ba43ddba913a25a9 (diff)
downloadinfinitytier-529515d1d173e6850c86230106cbfc36e1b9bf97.tar.gz
infinitytier-529515d1d173e6850c86230106cbfc36e1b9bf97.zip
Changes to how new-style binary network configs are detected, and a new-style binary serialized meta-data representation.
Diffstat (limited to 'version.h')
-rw-r--r--version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/version.h b/version.h
index 62045ed8..70815daf 100644
--- a/version.h
+++ b/version.h
@@ -23,15 +23,18 @@
* Major version
*/
#define ZEROTIER_ONE_VERSION_MAJOR 1
+#define ZEROTIER_ONE_VERSION_MAJOR_S "1"
/**
* Minor version
*/
#define ZEROTIER_ONE_VERSION_MINOR 1
+#define ZEROTIER_ONE_VERSION_MINOR_S "1"
/**
* Revision
*/
#define ZEROTIER_ONE_VERSION_REVISION 5
+#define ZEROTIER_ONE_VERSION_REVISION_S "5"
#endif