Skip to content

Commit

Permalink
[Core] Added eCAL Runtime version to eCAL::Process::DumpConfig()
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Mar 27, 2024
1 parent fb612c7 commit 1ac4e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecal/core/src/ecal_process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ namespace eCAL
std::stringstream sstream;
sstream << "------------------------- SYSTEM ---------------------------------" << '\n';
sstream << "Version : " << ECAL_VERSION << " (" << ECAL_DATE << ")" << '\n';
sstream << "Runtime Version : " << eCAL::GetVersionString() << " (" << eCAL::GetVersionDateString() << ")" << '\n';
#ifdef ECAL_OS_WINDOWS
#ifdef _WIN64
sstream << "Platform : x64" << '\n';
Expand Down

0 comments on commit 1ac4e43

Please sign in to comment.