ucx 3.2 is not binary compatible - increase the LIBVERSION

Tue, 28 Oct 2025 19:22:56 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 28 Oct 2025 19:22:56 +0100
changeset 1456
fb4f5e37090d
parent 1455
1686f692178b
child 1457
2e59f713c107

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}

mercurial