src/ucx/ucx.h

changeset 306
90b6d69bb499
parent 303
362679052788
child 331
3b985a4eb05b
equal deleted inserted replaced
305:353d71349e61 306:90b6d69bb499
35 35
36 #ifndef UCX_H 36 #ifndef UCX_H
37 #define UCX_H 37 #define UCX_H
38 38
39 /** Major UCX version as integer constant. */ 39 /** Major UCX version as integer constant. */
40 #define UCX_VERSION_MAJOR 1 40 #define UCX_VERSION_MAJOR 2
41 41
42 /** Minor UCX version as integer constant. */ 42 /** Minor UCX version as integer constant. */
43 #define UCX_VERSION_MINOR 1 43 #define UCX_VERSION_MINOR 0
44 44
45 /** Version constant which ensures to increase monotonically. */ 45 /** Version constant which ensures to increase monotonically. */
46 #define UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR) 46 #define UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR)
47 47
48 #include <stdlib.h> 48 #include <stdlib.h>

mercurial