The purpose of the das_lib_version() function in util.c is to provide downstream programs with the git tag for the compiled version since filenames can vary, or need to be fixed when even though the tagged version changed.
Figure out how to get the GIT tag into the string output by das_lib_version( ) This will probably involve a makefile change along the lines of:
-DDAS_VERSION='"$(shell git describe --tags --always)"'
The purpose of the das_lib_version() function in util.c is to provide downstream programs with the git tag for the compiled version since filenames can vary, or need to be fixed when even though the tagged version changed.
Figure out how to get the GIT tag into the string output by das_lib_version( ) This will probably involve a makefile change along the lines of:
-DDAS_VERSION='"$(shell git describe --tags --always)"'