tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin
Apache License 2.0
957 stars 42 forks source link

fix: update version_str to match with release fmt #93

Closed chenrui333 closed 8 months ago

chenrui333 commented 8 months ago

Right now the version report does not consider patch version, which does not match with the release scheme. Adding VERSION_PATCH to fix it.

relates to https://github.com/Homebrew/homebrew-core/pull/153755