]> Kevux Git Server - control/commitdiff
Update: Synchronize with FLL release by setting version to 0.7.1. 0.7.1
authorKevin Day <Kevin@kevux.org>
Tue, 29 Apr 2025 22:47:37 +0000 (17:47 -0500)
committerKevin Day <Kevin@kevux.org>
Tue, 29 Apr 2025 22:49:05 +0000 (17:49 -0500)
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.

data/build/settings
data/build/settings.control
data/build/stand_alone/fakefile
data/build/stand_alone/settings.control
data/documentation/man/man1/control.1
documents/readme.build.txt
install.sh
sources/c/program/control/main/common/string.h

index 35e9961253abf2a0855f8e9517976664b5efff62..0b7b66f8501f7a9ca74aff4380d65e37c61ff0a9 100644 (file)
@@ -20,7 +20,7 @@ build_name control
 
 version_major 0
 version_minor 7
-version_micro 0
+version_micro 1
 version_file micro
 version_target minor
 
index 95b0b85a7cc873889712edcacbcb29de6f38e98e..e2e2c59a06bc1b49c3b5c5c7574fc66a23320211 100644 (file)
@@ -20,7 +20,7 @@ build_name control
 
 version_major 0
 version_minor 7
-version_micro 0
+version_micro 1
 version_file micro
 version_target minor
 
index 4c7794d9eb975a1df7968d9b4f660a8a87215ac2..dbfe5d97cc8a11d06b7920584e7fbeb9ee50f875 100644 (file)
@@ -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.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
index ac07804aec436af493ffcab4ec4fc9688346a687..fa9d1f910839a4d00e20bef67225b7a724763dda 100644 (file)
@@ -22,7 +22,7 @@ stage stand_alone
 
 version_major 0
 version_minor 7
-version_micro 0
+version_micro 1
 version_file micro
 version_target minor
 
index b708929d79599f12accaa6674141223318f12896..786fb30508576be12ed303d14a43a6308e38fd01 100644 (file)
@@ -1,4 +1,4 @@
-.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
index db613c4943028d5e6ff74f4913090933ad049f4a..5bf2201fdd2ff5db1d0f224e1249929dff479d2a 100644 (file)
@@ -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.0" project structure)\:
+  Build Tree Structure Example (using an early code:"controller-0.7.1" 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.0
-      │   │   └── libcontroller.so.0.7.0
+      │   │   ├── libcontroller.so.0.7 -> libcontroller.so.0.7.1
+      │   │   └── libcontroller.so.0.7.1
       │   └── static
       ├── objects
       │   ├── script
index 3f870918e14c337d97f6440b7451db5d40ca3c29..6b5e1b55894d916aabc4bf9a0df238c066d16747 100755 (executable)
@@ -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.0
+  local version=0.7.1
 
   local grab_next=
   local do_color=dark
index f4aee220704a0ba900d7b15b62fc044035bce229..da9d350eaf632910674cffc5bc71c670656bf08a 100644 (file)
@@ -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_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