From: Kevin Day Date: Sun, 6 Jul 2025 21:06:24 +0000 (-0500) Subject: Update: Next micro version (0.7.3). X-Git-Tag: 0.7.3~10 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=e149dee41fdf4cba33c34952493d365645d8b960;p=control Update: Next micro version (0.7.3). The following are the commands that I ran to make this change: # find data/ sources/ specifications/ documents/ licenses/ install.sh -type f -exec sed -i -e 's|0\.7\.2|0.7.3|g' -e 's|^version_micro 2|version_micro 3|g' '{}' ';' # find sources/ -name *.h -exec sed -i -e 's|_program_version_micro_s F_string_ascii_2_s|_program_version_micro_s F_string_ascii_3_s|g' -e 's|_program_version_micro_s_length F_string_ascii_2_s_length|_program_version_micro_s_length F_string_ascii_3_s_length|g' '{}' ';' # sed -i -e 's|version_micro 2|version_micro 3|g' data/build/settings* data/build/stand_alone/settings.* --- diff --git a/data/build/settings b/data/build/settings index f0f4099..9425f7e 100644 --- a/data/build/settings +++ b/data/build/settings @@ -20,7 +20,7 @@ build_name control version_major 0 version_minor 7 -version_micro 2 +version_micro 3 version_file micro version_target minor diff --git a/data/build/settings.control b/data/build/settings.control index d3ba11d..28942c8 100644 --- a/data/build/settings.control +++ b/data/build/settings.control @@ -20,7 +20,7 @@ build_name control version_major 0 version_minor 7 -version_micro 2 +version_micro 3 version_file micro version_target minor diff --git a/data/build/stand_alone/fakefile b/data/build/stand_alone/fakefile index 2fd2388..f301a36 100644 --- a/data/build/stand_alone/fakefile +++ b/data/build/stand_alone/fakefile @@ -5,7 +5,7 @@ # The data/build/stand_alone/config.h should be copied to sources/c/config.h. # # This requires that the sources structure to be changed. -# The monolithic sources from within the 'fll-0.7.2/source/c/' directory must be copied over into the sources directory under the directory 'sources/c/fll/'. +# The monolithic sources from within the 'fll-0.7.3/source/c/' directory must be copied over into the sources directory under the directory 'sources/c/fll/'. # # This can be built via: # fake -U build/stand_alone/ clean make diff --git a/data/build/stand_alone/settings.control b/data/build/stand_alone/settings.control index 0b0a4a9..8ee8a6f 100644 --- a/data/build/stand_alone/settings.control +++ b/data/build/stand_alone/settings.control @@ -22,7 +22,7 @@ stage stand_alone version_major 0 version_minor 7 -version_micro 2 +version_micro 3 version_file micro version_target minor diff --git a/data/documentation/man/man1/control.1 b/data/documentation/man/man1/control.1 index 721d4e8..5ce4d80 100644 --- a/data/documentation/man/man1/control.1 +++ b/data/documentation/man/man1/control.1 @@ -1,4 +1,4 @@ -.TH CONTROL "1" "April 2025" "FLL - Control 0.7.2" "User Commands" +.TH CONTROL "1" "April 2025" "FLL - Control 0.7.3" "User Commands" .SH NAME control \- Give commands or make requests to the \fBcontroller\fR program. .SH SYNOPSIS diff --git a/documents/readme.build.txt b/documents/readme.build.txt index f24b949..d16e19b 100644 --- a/documents/readme.build.txt +++ b/documents/readme.build.txt @@ -32,7 +32,7 @@ Build Readme Documentation: code:"cp -vR build/programs/shared/* /usr/bin/" code:"cp -vR build/settings/* /etc/" - Build Tree Structure Example (using an early code:"controller-0.7.2" project structure)\: + Build Tree Structure Example (using an early code:"controller-0.7.3" project structure)\: block:" build/ ├── documentation @@ -187,8 +187,8 @@ Build Readme Documentation: │   ├── shared │   │   ├── libcontroller.so -> libcontroller.so.0 │   │   ├── libcontroller.so.0 -> libcontroller.so.0.7 - │   │   ├── libcontroller.so.0.7 -> libcontroller.so.0.7.2 - │   │   └── libcontroller.so.0.7.2 + │   │   ├── libcontroller.so.0.7 -> libcontroller.so.0.7.3 + │   │   └── libcontroller.so.0.7.3 │   └── static ├── objects │   ├── script diff --git a/install.sh b/install.sh index 59f4119..11c1b95 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ install_main() { local public_name="Simple FLL Project Install Script" local system_name=install local called_name=$(basename ${0}) - local version=0.7.2 + local version=0.7.3 local grab_next= local do_color=dark diff --git a/sources/c/program/control/main/common/string.h b/sources/c/program/control/main/common/string.h index 9602c3f..139d6d4 100644 --- a/sources/c/program/control/main/common/string.h +++ b/sources/c/program/control/main/common/string.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_control_program_version_s_ #define CONTROL_program_version_major_s F_string_ascii_0_s #define CONTROL_program_version_minor_s F_string_ascii_7_s - #define CONTROL_program_version_micro_s F_string_ascii_2_s + #define CONTROL_program_version_micro_s F_string_ascii_3_s #define CONTROL_program_version_major_s_length F_string_ascii_0_s_length #define CONTROL_program_version_minor_s_length F_string_ascii_7_s_length - #define CONTROL_program_version_micro_s_length F_string_ascii_2_s_length + #define CONTROL_program_version_micro_s_length F_string_ascii_3_s_length #if !(defined(CONTROL_program_version_nano_prefix_s) && defined(CONTROL_program_version_nano_prefix_s_length)) #define CONTROL_program_version_nano_prefix_s