guc icon indicating copy to clipboard operation
guc copied to clipboard

Proper versioning

Open pablode opened this issue 3 years ago • 0 comments

guc has a version defined in the top-level CMakeLists.txt, but it is not propagated to the library and application. We should

  • introduce a --version flag to the executable
  • #define the major, minor and patch version numbers in the libguc header
  • write the exact guc version string to the asset Documentation metadatum

Furthermore, it might make sense to include the commit hash in non-release version strings.

pablode avatar Apr 26 '22 11:04 pablode