8 #ifndef BITCOIN_VERSION_H
9 #define BITCOIN_VERSION_H
15 static const int PROTOCOL_VERSION = 70915;
18 static const int INIT_PROTO_VERSION = 209;
21 static const int GETHEADERS_VERSION = 70077;
24 static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70915;
25 static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70915;
29 static const int CADDR_TIME_VERSION = 31402;
32 static const int BIP0031_VERSION = 60000;
35 static const int MEMPOOL_GD_VERSION = 60002;
38 static const int NO_BLOOM_VERSION = 70005;
41 #endif // BITCOIN_VERSION_H