Wed, 07 Sep 2016 11:32:22 +0200
removes superfluous UCX_VERSION macro
ucx/ucx.h | file | annotate | diff | comparison | revisions |
--- 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 <stdlib.h> #ifdef _WIN32