Parcourir la source

VERSION 0.9.3: unreleased update with some fixes for Pi users

This version is being tagged and bagged, despite the fact that it's not
going to be released and won't be merged into master until 1.0.0 is ready.

It contains several Linux build fixes, a fix for a unix domain socket resource
leak, and build fixes for the Raspberry Pi.
Adam Ierymenko il y a 11 ans
Parent
commit
d37c3ad30f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      version.h

+ 1 - 1
version.h

@@ -41,6 +41,6 @@
 /**
  * Revision
  */
-#define ZEROTIER_ONE_VERSION_REVISION 2
+#define ZEROTIER_ONE_VERSION_REVISION 3
 
 #endif