X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.h;h=7a7072eddb1d8fdc4047d66c90003fd30451be63;hb=9708bbfa8e3094de8932a30b1d24c661558d8a03;hp=f1c2a20655f7e34e8addaa78d0fa0cc8d1504a93;hpb=b99656d84a88dad7935d5981fcdb43a5b2bfa417;p=tinc diff --git a/src/protocol.h b/src/protocol.h index f1c2a206..7a7072ed 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -21,11 +21,10 @@ #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 0 /* Silly Windows */