Wed, 14 Feb 2024 22:32:13 +0100
be honest at least in the lib version
configure | file | annotate | diff | comparison | revisions | |
make/project.xml | file | annotate | diff | comparison | revisions |
--- a/configure Wed Feb 14 22:12:35 2024 +0100 +++ b/configure Wed Feb 14 22:32:13 2024 +0100 @@ -456,8 +456,8 @@ cat >> "$TEMP_DIR/make.mk" << __EOF__ # library version VERSION=3.1.0 -LIBVERSION=4.1.0 -LIBVERSION_MAJOR=4 +LIBVERSION=5.0.0 +LIBVERSION_MAJOR=5 # build directory structure !! do not change or override !! build_dir=${src_dir}/build
--- a/make/project.xml Wed Feb 14 22:12:35 2024 +0100 +++ b/make/project.xml Wed Feb 14 22:32:13 2024 +0100 @@ -10,8 +10,8 @@ <make> # library version VERSION=3.1.0 - LIBVERSION=4.1.0 - LIBVERSION_MAJOR=4 + LIBVERSION=5.0.0 + LIBVERSION_MAJOR=5 # build directory structure !! do not change or override !! build_dir=${src_dir}/build