]> Kevux Git Server - control/commitdiff
Update: Next micro version (0.7.5). development
authorKevin Day <Kevin@kevux.org>
Fri, 9 Jan 2026 01:22:49 +0000 (19:22 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 9 Jan 2026 01:22:49 +0000 (19:22 -0600)
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\.4|0.7.5|g' -e 's|^version_micro 4|version_micro 5|g' '{}' ';'
  # find sources/ -name *.h -exec sed -i -e 's|_program_version_micro_s F_string_ascii_4_s|_program_version_micro_s F_string_ascii_5_s|g' -e 's|_program_version_micro_s_length F_string_ascii_4_s_length|_program_version_micro_s_length F_string_ascii_5_s_length|g' '{}' ';'
  # sed -i -e 's|version_micro 4|version_micro 5|g' data/build/settings* data/build/stand_alone/settings.*

data/build/settings
data/build/settings.control
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 9356d58aa9e923a0ab045e40483bfc21bb23aaed..58d1d1f450aaacf0e36ffa87ea65f549bcd329db 100644 (file)
@@ -22,7 +22,7 @@ build_name control
 
 version_major 0
 version_minor 7
-version_micro 4
+version_micro 5
 version_file micro
 version_target minor
 
index 87c504dbc87be9d5517c520bfb9fa587c364368b..b5daee07e513d56da3e8c4ff24bdb5568d5d8252 100644 (file)
@@ -22,7 +22,7 @@ build_name control
 
 version_major 0
 version_minor 7
-version_micro 4
+version_micro 5
 version_file micro
 version_target minor
 
index a974cfb9da8744f809658bc64ba78c08f6199f90..5715909b01f8d91047cad192ee1e6a48f94b26c6 100644 (file)
@@ -24,7 +24,7 @@ stage stand_alone
 
 version_major 0
 version_minor 7
-version_micro 4
+version_micro 5
 version_file micro
 version_target minor
 
index 609ad71f581bc86399de6eafdb2491ff6700dc52..379e12437dd6409ccf9205e5be7ac4e7787e3479 100644 (file)
@@ -1,4 +1,4 @@
-.TH CONTROL "1" "April 2025" "FLL - Control 0.7.4" "User Commands"
+.TH CONTROL "1" "April 2025" "FLL - Control 0.7.5" "User Commands"
 .SH NAME
 control \- Give commands or make requests to the \fBcontroller\fR program.
 .SH SYNOPSIS
index 53c235dcbbf3bac1ca425ddfb1734db80e5573e9..f7662f7cb8edbee63426b5effe3c7f54ae45a623 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.4" project structure)\:
+  Build Tree Structure Example (using an early code:"controller-0.7.5" 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.4
-      │   │   └── libcontroller.so.0.7.4
+      │   │   ├── libcontroller.so.0.7 -> libcontroller.so.0.7.5
+      │   │   └── libcontroller.so.0.7.5
       │   └── static
       ├── objects
       │   ├── script
index 1257256507af2a8364f222b41fc8b0d03697accf..7313d34a4afdd784ad7478b6803dc62665a49cc6 100755 (executable)
@@ -23,7 +23,7 @@ install_main() {
   local public_name="Simple Control Project Install Script"
   local system_name=install
   local called_name=$(basename ${0})
-  local version=0.7.4
+  local version=0.7.5
 
   local grab_next=
   local do_color=dark
index 06614664ef97f356c90278758eeb1f3cf7e9647f..1e25f7eb9b00a0dc8ab9424535dff15dd8c853f0 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_4_s
+  #define CONTROL_program_version_micro_s F_string_ascii_5_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_4_s_length
+  #define CONTROL_program_version_micro_s_length F_string_ascii_5_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