7. Update Mechanism
Checking Current Version
# From source
cd D3-TUI/src
grep "VERSION :=" Makefile
# From binary (if version header is included)
strings d3tui.elf | grep "D3TUI_VERSION"
# From source
cd D3-TUI/src
grep "VERSION :=" Makefile
# From binary (if version header is included)
strings d3tui.elf | grep "D3TUI_VERSION"