Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
Main Page
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
Generated on Sun Jan 4 2015 09:04:45 for Master Core by
1.8.8