fsphil / hacktv

Analogue TV transmitter for the HackRF
GNU General Public License v3.0
669 stars 80 forks source link

Add version number for hacktv #76

Open Potomac opened 3 years ago

Potomac commented 3 years ago

Currently hacktv doesn't have version number (no cli option --version or -v), it would be interesting to have this feature,

a scheme like : major.minor[.build[.revision]] (example: 1.2.12.102)

fsphil commented 3 years ago

There is no version number, but I've played about with using a yyyymmdd-commit style version:

$ ./hacktv --version
hacktv 20210116-751e496

Though I'm not completely happy with it.

alexmyczko commented 2 years ago

this is related to https://github.com/fsphil/hacktv/issues/38