start development of UCX 3.2

Fri, 11 Apr 2025 09:15:21 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 11 Apr 2025 09:15:21 +0200
changeset 1280
60123b3db06e
parent 1279
0ebfeb9fc617
child 1281
45746a08c59e

start development of UCX 3.2

.hgtags file | annotate | diff | comparison | revisions
CHANGELOG file | annotate | diff | comparison | revisions
configure file | annotate | diff | comparison | revisions
docs/Writerside/topics/about.md file | annotate | diff | comparison | revisions
docs/Writerside/writerside.cfg file | annotate | diff | comparison | revisions
make/project.xml file | annotate | diff | comparison | revisions
--- a/.hgtags	Fri Apr 11 09:11:02 2025 +0200
+++ b/.hgtags	Fri Apr 11 09:15:21 2025 +0200
@@ -1,14 +1,7 @@
 a6184aff5108ba849759030fc75df9f4178f6e86 v1.0
 9c1591b3c4a4b259de601d1da6cf06e7c445595d v1.0.1
 1f9237cfeb265dbb820e673fe5578fb02154766f v1.1
-9af21a50b51618563c7f352b493b7ac11545d9e8 scstr_t-final
 3b985a4eb05b445817d6a17ef516cd23dcaa27fd v2.0
 871a8ffe6c9d98192ae11b6eeabe68c729df2655 v2.1
 8a3336743c4ebbab46907357851c2f2feb63c2a5 v3.0
-9af21a50b51618563c7f352b493b7ac11545d9e8 scstr_t-final
-0000000000000000000000000000000000000000 scstr_t-final
-f0aa627c37b6ed8fc74f666e507a8ff5418e0a43 v3.1
-f0aa627c37b6ed8fc74f666e507a8ff5418e0a43 v3.1
-0000000000000000000000000000000000000000 v3.1
-0000000000000000000000000000000000000000 v3.1
 18a1a499f0656fcf5c6167cc261c414714b7c633 v3.1
--- a/CHANGELOG	Fri Apr 11 09:11:02 2025 +0200
+++ b/CHANGELOG	Fri Apr 11 09:15:21 2025 +0200
@@ -1,3 +1,8 @@
+Version 3.2 - tbd
+------------------------
+
+
+
 Version 3.1 - 2025-02-11
 ------------------------
 
--- a/configure	Fri Apr 11 09:11:02 2025 +0200
+++ b/configure	Fri Apr 11 09:15:21 2025 +0200
@@ -496,8 +496,8 @@
 
         cat >> "$TEMP_DIR/make.mk" << __EOF__
 # library version
-VERSION=3.1.0
-LIBVERSION=5.0.0
+VERSION=3.2.0
+LIBVERSION=5.1.0
 LIBVERSION_MAJOR=5
 
 # build directory structure !! do not change or override !!
--- a/docs/Writerside/topics/about.md	Fri Apr 11 09:11:02 2025 +0200
+++ b/docs/Writerside/topics/about.md	Fri Apr 11 09:15:21 2025 +0200
@@ -26,6 +26,10 @@
 
 ## Changelog
 
+### Version 3.2 - preview {collapsible="true"}
+
+
+
 ### Version 3.1 - 2025-02-11 {collapsible="true"}
 
 * adds properties.h
--- a/docs/Writerside/writerside.cfg	Fri Apr 11 09:11:02 2025 +0200
+++ b/docs/Writerside/writerside.cfg	Fri Apr 11 09:15:21 2025 +0200
@@ -5,5 +5,5 @@
     <topics dir="topics" web-path="topics"/>
     <categories src="c.list"/>
     <images dir="images" web-path="images"/>
-    <instance src="ucx.tree" version="3.1"/>
+    <instance src="ucx.tree" version="3.2"/>
 </ihp>
\ No newline at end of file
--- a/make/project.xml	Fri Apr 11 09:11:02 2025 +0200
+++ b/make/project.xml	Fri Apr 11 09:15:21 2025 +0200
@@ -8,8 +8,8 @@
     <dependency>
         <make>
             # library version
-            VERSION=3.1.0
-            LIBVERSION=5.0.0
+            VERSION=3.2.0
+            LIBVERSION=5.1.0
             LIBVERSION_MAJOR=5
 
             # build directory structure !! do not change or override !!

mercurial