Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Version.hpp
Go to the documentation of this file.
1 /************************************************************
2  *
3  * Version.hpp
4  *
5  */
6 
7 #ifndef OPENTXS_CORE_VERSION_HPP
8 #define OPENTXS_CORE_VERSION_HPP
9 
10 #define OPENTXS_VERSION_MAJOR @VERSION_MAJOR@
11 #define OPENTXS_VERSION_MINOR @VERSION_MINOR@
12 #define OPENTXS_VERSION_BUGFIX @VERSION_BUGFIX@
13 #define OPENTXS_VERSION_HASH @VERSION_SHA1@
14 #define OPENTXS_VERSION_STRING "@VERSION_STRING@"
15 
16 #endif // OPENTXS_CORE_VERSION_HPP