Browse Source

Bump version

pull/2/head
Adam Ierymenko 7 years ago
parent
commit
34364ab8ee
  1. 4
      version.h

4
version.h

@ -40,7 +40,7 @@
/** /**
* Revision * Revision
*/ */
#define ZEROTIER_ONE_VERSION_REVISION 0 #define ZEROTIER_ONE_VERSION_REVISION 1
/** /**
* Build version * Build version
@ -49,7 +49,7 @@
* to force a minor update without an actual version number change. It's * to force a minor update without an actual version number change. It's
* not part of the actual release version number. * not part of the actual release version number.
*/ */
#define ZEROTIER_ONE_VERSION_BUILD 1 #define ZEROTIER_ONE_VERSION_BUILD 0
#ifndef ZT_BUILD_ARCHITECTURE #ifndef ZT_BUILD_ARCHITECTURE
#define ZT_BUILD_ARCHITECTURE 0 #define ZT_BUILD_ARCHITECTURE 0

Loading…
Cancel
Save