Bump minor protocol to indicate ECDH capability for UDP session keys.
[tinc] / src / protocol.h
index f1c2a20..212afaf 100644 (file)
 #ifndef __TINC_PROTOCOL_H__
 #define __TINC_PROTOCOL_H__
 
-/* Protocol version. Different versions are incompatible,
-   incompatible version have different protocols.
- */
+/* Protocol version. Different major versions are incompatible. */
 
-#define PROT_CURRENT 17
+#define PROT_MAJOR 17
+#define PROT_MINOR 1
 
 /* Silly Windows */