epics-modules / mrfioc2

EPICS driver for Micro Research Finland event timing system devices
http://epics-modules.github.io/mrfioc2/
Other
8 stars 29 forks source link

fix: version fetched from only digital git tags #146

Closed Insomnia1437 closed 2 months ago

Insomnia1437 commented 2 months ago

This patch adds a logic to only use latest git tag which begins with a number as a mrfioc2 version string (inside include/mrf/version.h), so this excludes tags like kmod-rpm*. See #145 Also, dirty string is removed because it is confusing.