removes superfluous UCX_VERSION macro

Wed, 07 Sep 2016 11:32:22 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 07 Sep 2016 11:32:22 +0200
changeset 221
ebfc6a2902f7
parent 220
1f57f196d221
child 222
e0f850709a5c

removes superfluous UCX_VERSION macro

ucx/ucx.h file | annotate | diff | comparison | revisions
     1.1 --- a/ucx/ucx.h	Tue Aug 23 12:41:04 2016 +0200
     1.2 +++ b/ucx/ucx.h	Wed Sep 07 11:32:22 2016 +0200
     1.3 @@ -42,9 +42,6 @@
     1.4  /** Minor UCX version as integer constant. */
     1.5  #define UCX_VERSION_MINOR   9
     1.6  
     1.7 -/** The UCX version in format [major].[minor] */
     1.8 -#define UCX_VERSION UCX_VERSION_MAJOR.UCX_VERSION_MINOR
     1.9 -
    1.10  #include <stdlib.h>
    1.11  
    1.12  #ifdef _WIN32

mercurial