diff options
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -34,4 +34,13 @@ */ #define ZEROTIER_ONE_VERSION_REVISION 17 +/** + * Build version + * + * This starts at 0 for each major.minor.rev tuple and can be incremented + * to force a minor update without an actual version number change. It's + * not part of the actual release version number. + */ +#define ZEROTIER_ONE_VERSION_BUILD 0 + #endif |