mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Add a build version for software update use so we can do very minor updates within a version.
This commit is contained in:
parent
81910c1d92
commit
0fb3d1d582
5 changed files with 32 additions and 8 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue