src/ucx/ucx.h

changeset 306
90b6d69bb499
parent 303
362679052788
child 331
3b985a4eb05b
     1.1 --- a/src/ucx/ucx.h	Mon May 14 15:58:51 2018 +0200
     1.2 +++ b/src/ucx/ucx.h	Mon May 14 17:56:03 2018 +0200
     1.3 @@ -37,10 +37,10 @@
     1.4  #define	UCX_H
     1.5  
     1.6  /** Major UCX version as integer constant. */
     1.7 -#define UCX_VERSION_MAJOR   1
     1.8 +#define UCX_VERSION_MAJOR   2
     1.9  
    1.10  /** Minor UCX version as integer constant. */
    1.11 -#define UCX_VERSION_MINOR   1
    1.12 +#define UCX_VERSION_MINOR   0
    1.13  
    1.14  /** Version constant which ensures to increase monotonically. */
    1.15  #define UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR)

mercurial