From a743331d4181fd13f8b2cd6350e602767d785f43 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 30 Apr 2025 20:46:56 -0500 Subject: [PATCH] Update: Next micro version (0.7.2). 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\.1|0.7.2|g' '{}' ';' # find data/ sources/ specifications/ documents/ licenses/ -type f -exec sed -i -e 's|^version_micro 1|version_micro 2|g' '{}' ';' # find sources/ -name *.h -exec sed -i -e 's|_program_version_micro_s F_string_ascii_1_s|_program_version_micro_s F_string_ascii_2_s|g' '{}' ';' # find sources/ -name *.h -exec sed -i -e 's|_program_version_micro_s_length F_string_ascii_1_s_length|_program_version_micro_s_length F_string_ascii_2_s_length|g' '{}' ';' # sed -i -e 's|version_micro 1|version_micro 2|g' data/build/settings* data/build/stand_alone/settings.* --- data/build/settings | 2 +- data/build/settings.controller | 2 +- data/build/settings.init | 2 +- data/build/stand_alone/fakefile | 2 +- data/build/stand_alone/settings.controller | 2 +- data/build/stand_alone/settings.init | 2 +- data/documentation/man/man1/controller.1 | 2 +- data/documentation/man/man5/controller-actions.5 | 2 +- data/documentation/man/man5/controller-entry.5 | 2 +- data/documentation/man/man5/controller-exit.5 | 2 +- data/documentation/man/man5/controller-packet.5 | 2 +- data/documentation/man/man5/controller-rule.5 | 2 +- documents/readme.build.txt | 6 +++--- install.sh | 2 +- sources/c/program/controller/main/common/string.h | 4 ++-- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/data/build/settings b/data/build/settings index 3281e5b..12bd7b1 100644 --- a/data/build/settings +++ b/data/build/settings @@ -20,7 +20,7 @@ build_name controller version_major 0 version_minor 7 -version_micro 1 +version_micro 2 version_file micro version_target minor diff --git a/data/build/settings.controller b/data/build/settings.controller index 6aa9e54..46bd75a 100644 --- a/data/build/settings.controller +++ b/data/build/settings.controller @@ -20,7 +20,7 @@ build_name controller version_major 0 version_minor 7 -version_micro 1 +version_micro 2 version_file micro version_target minor diff --git a/data/build/settings.init b/data/build/settings.init index 89f68b1..33fd4d7 100644 --- a/data/build/settings.init +++ b/data/build/settings.init @@ -20,7 +20,7 @@ build_name init version_major 0 version_minor 7 -version_micro 1 +version_micro 2 version_file micro version_target minor diff --git a/data/build/stand_alone/fakefile b/data/build/stand_alone/fakefile index 4d4d40b..9956742 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.1/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.2/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.controller b/data/build/stand_alone/settings.controller index ef06560..64190da 100644 --- a/data/build/stand_alone/settings.controller +++ b/data/build/stand_alone/settings.controller @@ -21,7 +21,7 @@ stage stand_alone version_major 0 version_minor 7 -version_micro 1 +version_micro 2 version_file micro version_target minor diff --git a/data/build/stand_alone/settings.init b/data/build/stand_alone/settings.init index 997527c..25b8979 100644 --- a/data/build/stand_alone/settings.init +++ b/data/build/stand_alone/settings.init @@ -21,7 +21,7 @@ stage stand_alone version_major 0 version_minor 7 -version_micro 1 +version_micro 2 version_file micro version_target minor diff --git a/data/documentation/man/man1/controller.1 b/data/documentation/man/man1/controller.1 index ebb711d..9c70fbf 100644 --- a/data/documentation/man/man1/controller.1 +++ b/data/documentation/man/man1/controller.1 @@ -1,4 +1,4 @@ -.TH CONTROLLER "1" "April 2025" "FLL - Controller 0.7.1" "User Commands" +.TH CONTROLLER "1" "April 2025" "FLL - Controller 0.7.2" "User Commands" .SH NAME controller \- Perform a series of operations in a manner similar to that of an init program. .SH SYNOPSIS diff --git a/data/documentation/man/man5/controller-actions.5 b/data/documentation/man/man5/controller-actions.5 index a7219f6..d1fb6c3 100644 --- a/data/documentation/man/man5/controller-actions.5 +++ b/data/documentation/man/man5/controller-actions.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "April 2025" "Controller 0.7.1" "File Formats" +.TH controller-rule "5" "April 2025" "Controller 0.7.2" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS diff --git a/data/documentation/man/man5/controller-entry.5 b/data/documentation/man/man5/controller-entry.5 index 40fa43f..8d59c83 100644 --- a/data/documentation/man/man5/controller-entry.5 +++ b/data/documentation/man/man5/controller-entry.5 @@ -1,4 +1,4 @@ -.TH controller-entry "5" "April 2025" "Controller 0.7.1" "File Formats" +.TH controller-entry "5" "April 2025" "Controller 0.7.2" "File Formats" .SH NAME Controller \- "entry" file. .SH SYNOPSIS diff --git a/data/documentation/man/man5/controller-exit.5 b/data/documentation/man/man5/controller-exit.5 index 95b4aa0..d6246c2 100644 --- a/data/documentation/man/man5/controller-exit.5 +++ b/data/documentation/man/man5/controller-exit.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "April 2025" "Controller 0.7.1" "File Formats" +.TH controller-rule "5" "April 2025" "Controller 0.7.2" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS diff --git a/data/documentation/man/man5/controller-packet.5 b/data/documentation/man/man5/controller-packet.5 index f0300ad..b6d1f88 100644 --- a/data/documentation/man/man5/controller-packet.5 +++ b/data/documentation/man/man5/controller-packet.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "April 2025" "Controller 0.7.1" "File Formats" +.TH controller-rule "5" "April 2025" "Controller 0.7.2" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS diff --git a/data/documentation/man/man5/controller-rule.5 b/data/documentation/man/man5/controller-rule.5 index 3f9b892..6750b7d 100644 --- a/data/documentation/man/man5/controller-rule.5 +++ b/data/documentation/man/man5/controller-rule.5 @@ -1,4 +1,4 @@ -.TH controller-rule "5" "April 2025" "Controller 0.7.1" "File Formats" +.TH controller-rule "5" "April 2025" "Controller 0.7.2" "File Formats" .SH NAME Controller \- "rule" file. .SH SYNOPSIS diff --git a/documents/readme.build.txt b/documents/readme.build.txt index 077172c..2ee03c8 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.1" project structure)\: + Build Tree Structure Example (using an early code:"controller-0.7.2" 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.1 - │   │   └── libcontroller.so.0.7.1 + │   │   ├── libcontroller.so.0.7 -> libcontroller.so.0.7.2 + │   │   └── libcontroller.so.0.7.2 │   └── static ├── objects │   ├── script diff --git a/install.sh b/install.sh index 6b5e1b5..c8972d1 100755 --- a/install.sh +++ b/install.sh @@ -22,7 +22,7 @@ install_main() { local public_name="Simple FLL Project Install Script" local system_name=install local called_name=$(basename ${0}) - local version=0.7.1 + local version=0.7.2 local grab_next= local do_color=dark diff --git a/sources/c/program/controller/main/common/string.h b/sources/c/program/controller/main/common/string.h index a42761e..72349ee 100644 --- a/sources/c/program/controller/main/common/string.h +++ b/sources/c/program/controller/main/common/string.h @@ -22,11 +22,11 @@ extern "C" { #ifndef _di_controller_program_version_s_ #define CONTROLLER_program_version_major_s F_string_ascii_0_s #define CONTROLLER_program_version_minor_s F_string_ascii_7_s - #define CONTROLLER_program_version_micro_s F_string_ascii_1_s + #define CONTROLLER_program_version_micro_s F_string_ascii_2_s #define CONTROLLER_program_version_major_s_length F_string_ascii_0_s_length #define CONTROLLER_program_version_minor_s_length F_string_ascii_7_s_length - #define CONTROLLER_program_version_micro_s_length F_string_ascii_1_s_length + #define CONTROLLER_program_version_micro_s_length F_string_ascii_2_s_length #if !(defined(CONTROLLER_program_version_nano_prefix_s) && defined(CONTROLLER_program_version_nano_prefix_s_length)) #define CONTROLLER_program_version_nano_prefix_s -- 1.8.3.1