In the longer term the version numbers will likely be on a different number.
In the short term, as in now, it is much easier to just maintain them at the same release versions.
Update the man pages month and year as well.
version_major 0
version_minor 7
-version_micro 0
+version_micro 1
version_file micro
version_target minor
version_major 0
version_minor 7
-version_micro 0
+version_micro 1
version_file micro
version_target minor
# 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.0/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.1/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
version_major 0
version_minor 7
-version_micro 0
+version_micro 1
version_file micro
version_target minor
-.TH CONTROL "1" "March 2023" "FLL - Control 0.7.0" "User Commands"
+.TH CONTROL "1" "April 2025" "FLL - Control 0.7.1" "User Commands"
.SH NAME
control \- Give commands or make requests to the \fBcontroller\fR program.
.SH SYNOPSIS
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.0" project structure)\:
+ Build Tree Structure Example (using an early code:"controller-0.7.1" project structure)\:
block:"
build/
├── documentation
│ ├── shared
│ │ ├── libcontroller.so -> libcontroller.so.0
│ │ ├── libcontroller.so.0 -> libcontroller.so.0.7
- │ │ ├── libcontroller.so.0.7 -> libcontroller.so.0.7.0
- │ │ └── libcontroller.so.0.7.0
+ │ │ ├── libcontroller.so.0.7 -> libcontroller.so.0.7.1
+ │ │ └── libcontroller.so.0.7.1
│ └── static
├── objects
│ ├── script
local public_name="Simple FLL Project Install Script"
local system_name=install
local called_name=$(basename ${0})
- local version=0.7.0
+ local version=0.7.1
local grab_next=
local do_color=dark
#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_0_s
+ #define CONTROL_program_version_micro_s F_string_ascii_1_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_0_s_length
+ #define CONTROL_program_version_micro_s_length F_string_ascii_1_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