Put minor protocol version in connection options so other nodes can see it.
[tinc] / src / protocol.h
index 540a7c3..ee6f1f0 100644 (file)
@@ -24,7 +24,7 @@
 /* Protocol version. Different major versions are incompatible. */
 
 #define PROT_MAJOR 17
-#define PROT_MINOR 2
+#define PROT_MINOR 2 /* Should not exceed 255! */
 
 /* Silly Windows */