src/cx/common.h

changeset 759
475335643af4
parent 682
34120a385fc8
child 766
e59b76889f00
     1.1 --- a/src/cx/common.h	Mon Dec 18 14:05:12 2023 +0100
     1.2 +++ b/src/cx/common.h	Mon Dec 18 14:14:47 2023 +0100
     1.3 @@ -33,7 +33,6 @@
     1.4   *
     1.5   * \author Mike Becker
     1.6   * \author Olaf Wintermann
     1.7 - * \version 3.0
     1.8   * \copyright 2-Clause BSD License
     1.9   *
    1.10   * \mainpage UAP Common Extensions
    1.11 @@ -84,7 +83,7 @@
    1.12  #define UCX_VERSION_MAJOR   3
    1.13  
    1.14  /** Minor UCX version as integer constant. */
    1.15 -#define UCX_VERSION_MINOR   0
    1.16 +#define UCX_VERSION_MINOR   1
    1.17  
    1.18  /** Version constant which ensures to increase monotonically. */
    1.19  #define UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR)

mercurial