Tue, 28 Oct 2025 19:22:56 +0100
ucx 3.2 is not binary compatible - increase the LIBVERSION
| configure | file | annotate | diff | comparison | revisions | |
| make/project.xml | file | annotate | diff | comparison | revisions |
--- a/configure Tue Oct 28 19:19:17 2025 +0100 +++ b/configure Tue Oct 28 19:22:56 2025 +0100 @@ -598,8 +598,8 @@ cat >> "$TEMP_DIR/make.mk" << __EOF__ # library version VERSION=3.2.0 -LIBVERSION=5.1.0 -LIBVERSION_MAJOR=5 +LIBVERSION=6.0.0 +LIBVERSION_MAJOR=6 # build directory structure !! do not change or override !! root_dir=${root_dir}
--- a/make/project.xml Tue Oct 28 19:19:17 2025 +0100 +++ b/make/project.xml Tue Oct 28 19:22:56 2025 +0100 @@ -9,8 +9,8 @@ <make> # library version VERSION=3.2.0 - LIBVERSION=5.1.0 - LIBVERSION_MAJOR=5 + LIBVERSION=6.0.0 + LIBVERSION_MAJOR=6 # build directory structure !! do not change or override !! root_dir=${root_dir}