ucx/ucx.h

changeset 151
fc8d05972af7
parent 132
c7d7e4eeb76b
child 152
3238f65db163
     1.1 --- a/ucx/ucx.h	Mon Aug 19 13:41:53 2013 +0200
     1.2 +++ b/ucx/ucx.h	Thu Sep 05 13:55:04 2013 +0200
     1.3 @@ -36,6 +36,15 @@
     1.4  #ifndef UCX_H
     1.5  #define	UCX_H
     1.6  
     1.7 +/** Major UCX version as integer constant. */
     1.8 +#define UCX_VERSION_MAJOR   1
     1.9 +
    1.10 +/** Minor UCX version as integer constant. */
    1.11 +#define UCX_VERSION_MINOR   0
    1.12 +
    1.13 +/** The UCX version in format [major].[minor] */
    1.14 +#define UCX_VERSION UCX_VERSION_MAJOR.UCX_VERSION_MINOR
    1.15 +
    1.16  #include <stdlib.h>
    1.17  
    1.18  #ifdef _WIN32

mercurial