Building libnitrokey with -DADD_GIT_INFO=OFF causes it to fallback to the project version specified in the CMakeLists.txt. Apparently this version was not incremented for the 3.8 release and later, i.e. it is still displayed as version 3.7.0 in nitrokey-app, some log output etc.
|
project(libnitrokey LANGUAGES C CXX VERSION 3.7.0) |
Building libnitrokey with
-DADD_GIT_INFO=OFFcauses it to fallback to the project version specified in the CMakeLists.txt. Apparently this version was not incremented for the 3.8 release and later, i.e. it is still displayed as version 3.7.0 in nitrokey-app, some log output etc.libnitrokey/CMakeLists.txt
Line 24 in 9fbaaa9