be honest at least in the lib version

Wed, 14 Feb 2024 22:32:13 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 14 Feb 2024 22:32:13 +0100
changeset 825
3f324ea53152
parent 824
a939872c284d
child 826
21840975d541

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

mercurial