PRCYCoin  2.0.0.7rc1
P2P Digital Currency
version.h
Go to the documentation of this file.
1 // Copyright (c) 2012-2014 The Bitcoin developers
2 // Copyright (c) 2014-2015 The Dash developers
3 // Copyright (c) 2015-2018 The PIVX developers
4 // Copyright (c) 2018-2020 The DAPS Project developers
5 // Distributed under the MIT software license, see the accompanying
6 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
7 
8 #ifndef BITCOIN_VERSION_H
9 #define BITCOIN_VERSION_H
10 
15 static const int PROTOCOL_VERSION = 70915;
16 
18 static const int INIT_PROTO_VERSION = 209;
19 
21 static const int GETHEADERS_VERSION = 70077;
22 
24 static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70915;
25 static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70915;
26 
29 static const int CADDR_TIME_VERSION = 31402;
30 
32 static const int BIP0031_VERSION = 60000;
33 
35 static const int MEMPOOL_GD_VERSION = 60002;
36 
38 static const int NO_BLOOM_VERSION = 70005;
39 
40 
41 #endif // BITCOIN_VERSION_H