Bitcoin Core  31.0.0
P2P Digital Currency
version.h
Go to the documentation of this file.
1 // Copyright (c) The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef MP_VERSION_H
6 #define MP_VERSION_H
7 
15 
27 #define MP_MAJOR_VERSION 10
28 
32 #define MP_MINOR_VERSION 0
33 
34 #endif // MP_VERSION_H