Skip to content

Commit 4120a70

Browse files
committed
Fix version
1 parent 6de1f58 commit 4120a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/version.hpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <string_view>
22

33
namespace capo {
4-
inline constexpr std::string_view version_v{"@CMAKE_PROJECT_VERSION@"};
4+
inline constexpr std::string_view version_v{"@capo_version@"};
55
} // namespace capo

0 commit comments

Comments
 (0)