Skip to content

Commit

Permalink
feat(ebpfdiscoverysrv): update use of project version macro
Browse files Browse the repository at this point in the history
  • Loading branch information
hparzych committed Oct 9, 2023
1 parent e148425 commit 81494d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebpfdiscoverysrv/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static boost::program_options::options_description getProgramOptions() {

static std::string getProgramVersion() {
std::ostringstream ss;
ss << EBPFDISCOVERY_VERSION_MAJOR << "." << EBPFDISCOVERY_VERSION_MINOR << "." << EBPFDISCOVERY_VERSION_PATCH;
ss << PROJECT_VERSION;
return ss.str();
}

Expand Down

0 comments on commit 81494d4

Please sign in to comment.