diff -r 1f57f196d221 -r ebfc6a2902f7 ucx/ucx.h --- a/ucx/ucx.h Tue Aug 23 12:41:04 2016 +0200 +++ b/ucx/ucx.h Wed Sep 07 11:32:22 2016 +0200 @@ -42,9 +42,6 @@ /** Minor UCX version as integer constant. */ #define UCX_VERSION_MINOR 9 -/** The UCX version in format [major].[minor] */ -#define UCX_VERSION UCX_VERSION_MAJOR.UCX_VERSION_MINOR - #include #ifdef _WIN32