cross-platform / dspatch

The Refreshingly Simple Cross-Platform C++ Dataflow / Patching / Pipelining / Graph Processing / Stream Processing / Reactive Programming Framework
https://flowbasedprogramming.com/
BSD 2-Clause "Simplified" License
220 stars 44 forks source link

sort out git version tags #39

Closed weatherhead99 closed 2 years ago

weatherhead99 commented 2 years ago

Hi, thanks for your wonderful library. I am currently trying to put together some distro packages for it, and whilst the latest release is labelled in the CMake file (and description) as "8.0.0", the output of git describe is 4.00-76-g83e39ef and the output of git describe --tags is 7.0.1-15-g83e39ef. I know there is now a tag latest-linux but it would be nice to retain separate tags for large release versions.

Thanks

MarcusTomlinson commented 2 years ago

Ok git describe --tags should be good now