Add a build version for software update use so we can do very minor updates within a version.

This commit is contained in:
Adam Ierymenko 2017-01-18 09:16:23 -08:00
commit 0fb3d1d582
5 changed files with 32 additions and 8 deletions

View file

@ -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