src/ucx/ucx.h

changeset 283
c3b6ff227481
parent 270
3d80d425543b
child 303
362679052788
equal deleted inserted replaced
282:39e69d78b01d 283:c3b6ff227481
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 1
41 41
42 /** Minor UCX version as integer constant. */ 42 /** Minor UCX version as integer constant. */
43 #define UCX_VERSION_MINOR 0 43 #define UCX_VERSION_MINOR 1
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