src/cx/common.h

changeset 759
475335643af4
parent 682
34120a385fc8
child 766
e59b76889f00
equal deleted inserted replaced
758:6cd62ce7e353 759:475335643af4
31 * 31 *
32 * \brief Common definitions and feature checks. 32 * \brief Common definitions and feature checks.
33 * 33 *
34 * \author Mike Becker 34 * \author Mike Becker
35 * \author Olaf Wintermann 35 * \author Olaf Wintermann
36 * \version 3.0
37 * \copyright 2-Clause BSD License 36 * \copyright 2-Clause BSD License
38 * 37 *
39 * \mainpage UAP Common Extensions 38 * \mainpage UAP Common Extensions
40 * Library with common and useful functions, macros and data structures. 39 * Library with common and useful functions, macros and data structures.
41 * <p> 40 * <p>
82 81
83 /** Major UCX version as integer constant. */ 82 /** Major UCX version as integer constant. */
84 #define UCX_VERSION_MAJOR 3 83 #define UCX_VERSION_MAJOR 3
85 84
86 /** Minor UCX version as integer constant. */ 85 /** Minor UCX version as integer constant. */
87 #define UCX_VERSION_MINOR 0 86 #define UCX_VERSION_MINOR 1
88 87
89 /** Version constant which ensures to increase monotonically. */ 88 /** Version constant which ensures to increase monotonically. */
90 #define UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR) 89 #define UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR)
91 90
92 // Common Includes 91 // Common Includes

mercurial