src/ucx/ucx.h

changeset 283
c3b6ff227481
parent 270
3d80d425543b
child 303
362679052788
     1.1 --- a/src/ucx/ucx.h	Wed May 02 20:55:23 2018 +0200
     1.2 +++ b/src/ucx/ucx.h	Wed May 02 21:45:52 2018 +0200
     1.3 @@ -40,7 +40,7 @@
     1.4  #define UCX_VERSION_MAJOR   1
     1.5  
     1.6  /** Minor UCX version as integer constant. */
     1.7 -#define UCX_VERSION_MINOR   0
     1.8 +#define UCX_VERSION_MINOR   1
     1.9  
    1.10  /** Version constant which ensures to increase monotonically. */
    1.11  #define UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR)

mercurial