Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
mastercore_version.h
Go to the documentation of this file.
1 // Copyright (c) 2013 The Bitcoin developers
2 // Distributed under the MIT/X11 software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef _MASTERCORE_VERSION_H
6 #define _MASTERCORE_VERSION_H
7 
8  #define OMNICORE_VERSION_BASE 90 // 82 = 0.0.8.2 91 = 0.0.9.1 103 = 0.0.10.3 etc
9  #define OMNICORE_VERSION_TYPE "-dev" // switch to -rel for tags, switch back to -dev for development
10 
11  /* use this when we tag 0.0.9
12  #define OMNICORE_VERSION_BASE 90
13  #define OMNICORE_VERSION_TYPE "-rel"
14  */
15 
16  /* after tagging switch it onto the next dev version
17  #define OMNICORE_VERSION_BASE 91
18  #define OMNICORE_VERSION_TYPE "-dev"
19  */
20 
21 #endif