diff -r 353d71349e61 -r 90b6d69bb499 src/ucx/ucx.h --- a/src/ucx/ucx.h Mon May 14 15:58:51 2018 +0200 +++ b/src/ucx/ucx.h Mon May 14 17:56:03 2018 +0200 @@ -37,10 +37,10 @@ #define UCX_H /** Major UCX version as integer constant. */ -#define UCX_VERSION_MAJOR 1 +#define UCX_VERSION_MAJOR 2 /** Minor UCX version as integer constant. */ -#define UCX_VERSION_MINOR 1 +#define UCX_VERSION_MINOR 0 /** Version constant which ensures to increase monotonically. */ #define UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR)