src/cx/common.h

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

mercurial