v0.1.7 doc update

This commit is contained in:
2025-07-07 18:47:20 -04:00
parent 80180f74a0
commit acee9cb7f3
3 changed files with 213 additions and 40 deletions

View File

@ -1,4 +1,4 @@
# FILE: logwisp/Makefile
# FILE: Makefile
BINARY_NAME := logwisp
VERSION := $(shell git describe --tags --always --dirty 2>/dev/null || echo "dev")
GIT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo "unknown")