# HG changeset patch # User Mike Becker # Date 1473240742 -7200 # Node ID ebfc6a2902f7c389ef947406fb54cd34b22c3675 # Parent 1f57f196d2217f8c7501fa9ec8d8d0411d78ed22 removes superfluous UCX_VERSION macro 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