diff -r 39e69d78b01d -r c3b6ff227481 src/ucx/ucx.h --- a/src/ucx/ucx.h Wed May 02 20:55:23 2018 +0200 +++ b/src/ucx/ucx.h Wed May 02 21:45:52 2018 +0200 @@ -40,7 +40,7 @@ #define UCX_VERSION_MAJOR 1 /** Minor UCX version as integer constant. */ -#define UCX_VERSION_MINOR 0 +#define UCX_VERSION_MINOR 1 /** Version constant which ensures to increase monotonically. */ #define UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR)