• v1.1.3 11b0a88cdd

    v1.1.2 - Fix hardcoded version string in print_version() - use VERSION define from main.h

    laantungir released this 2026-01-31 20:48:11 +00:00 | 9 commits to master since this release

    The print_version() function was displaying a hardcoded 'v1.0.0' string instead
    of using the VERSION define from main.h. This caused version mismatches where
    the git tag and main.h showed v1.1.1 but the binary reported v1.0.0.

    Now print_version() uses the VERSION macro, ensuring all version displays are
    consistent and automatically updated when increment_and_push.sh updates main.h.

    Downloads