ucx/cx/common.h

changeset 992
f421aef8f865
parent 943
9b5948aa5b90
--- a/ucx/cx/common.h	Fri Dec 12 12:00:34 2025 +0100
+++ b/ucx/cx/common.h	Fri Dec 12 12:28:32 2025 +0100
@@ -80,10 +80,10 @@
 #define UCX_COMMON_H
 
 /** Major UCX version as integer constant. */
-#define UCX_VERSION_MAJOR   3
+#define UCX_VERSION_MAJOR   4
 
 /** Minor UCX version as integer constant. */
-#define UCX_VERSION_MINOR   1
+#define UCX_VERSION_MINOR   0
 
 /** Version constant which ensures to increase monotonically. */
 #define UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR)

mercurial