start development of UCX 4

Tue, 02 Dec 2025 17:35:54 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 02 Dec 2025 17:35:54 +0100
changeset 1536
b65c05e7be3c
parent 1535
593e349b6d61
child 1537
f60a73d2ad01

start development of UCX 4

configure file | annotate | diff | comparison | revisions
make/project.xml file | annotate | diff | comparison | revisions
src/cx/common.h file | annotate | diff | comparison | revisions
--- a/configure	Sun Nov 30 16:01:48 2025 +0100
+++ b/configure	Tue Dec 02 17:35:54 2025 +0100
@@ -199,15 +199,15 @@
     fi
     if test -z "$VERSION__initialized__"; then
         VERSION__initialized__=1
-        VERSION='3.2.0'
+        VERSION='4.0.0'
     fi
     if test -z "$LIBVERSION__initialized__"; then
         LIBVERSION__initialized__=1
-        LIBVERSION='6.0.0'
+        LIBVERSION='7.0.0'
     fi
     if test -z "$LIBVERSION_MAJOR__initialized__"; then
         LIBVERSION_MAJOR__initialized__=1
-        LIBVERSION_MAJOR='6'
+        LIBVERSION_MAJOR='7'
     fi
     if test -z "$root_dir__initialized__"; then
         root_dir__initialized__=1
--- a/make/project.xml	Sun Nov 30 16:01:48 2025 +0100
+++ b/make/project.xml	Tue Dec 02 17:35:54 2025 +0100
@@ -5,9 +5,9 @@
         <exec-prefix/>
         <libdir/>
         <includedir/>
-        <var name="VERSION">3.2.0</var>
-        <var name="LIBVERSION">6.0.0</var>
-        <var name="LIBVERSION_MAJOR">6</var>
+        <var name="VERSION">4.0.0</var>
+        <var name="LIBVERSION">7.0.0</var>
+        <var name="LIBVERSION_MAJOR">7</var>
         <var name="root_dir" exec="true">pwd</var>
         <var name="build_dir">${root_dir}/build</var>
         <var name="docs_dir">${root_dir}/build/docs</var>
--- a/src/cx/common.h	Sun Nov 30 16:01:48 2025 +0100
+++ b/src/cx/common.h	Tue Dec 02 17:35:54 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