We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de1f58 commit 4120a70Copy full SHA for 4120a70
lib/src/version.hpp.in
@@ -1,5 +1,5 @@
1
#include <string_view>
2
3
namespace capo {
4
-inline constexpr std::string_view version_v{"@CMAKE_PROJECT_VERSION@"};
+inline constexpr std::string_view version_v{"@capo_version@"};
5
} // namespace capo
0 commit comments