]> Kevux Git Server - kevux-firewall/log
kevux-firewall
3 months agoUpdate: Next micro version (0.7.4).
Kevin Day [Sun, 23 Nov 2025 05:04:47 +0000 (23:04 -0600)]
Update: Next micro version (0.7.4).

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\.3|0.7.4|g' -e 's|^version_micro 3|version_micro 4|g' '{}' ';'
  # find sources/ -name *.h -exec sed -i -e 's|_program_version_micro_s F_string_ascii_3_s|_program_version_micro_s F_string_ascii_4_s|g' -e 's|_program_version_micro_s_length F_string_ascii_3_s_length|_program_version_micro_s_length F_string_ascii_4_s_length|g' '{}' ';'
  # sed -i -e 's|version_micro 3|version_micro 4|g' data/build/settings* data/build/stand_alone/settings.*

3 months agoUpdate: Initial import, using firewall 0.7.3. 0.7.3
Kevin Day [Sun, 23 Nov 2025 04:59:39 +0000 (22:59 -0600)]
Update: Initial import, using firewall 0.7.3.

This pulls in the built project extracted from the FLL 0.7.3 release.