9 #include <Acts/ActsVersion.hpp>
14 std::cout <<
"Using Acts version " << Acts::VersionMajor <<
"."
15 << Acts::VersionMinor <<
"." << Acts::VersionPatch <<
" commit "
16 << Acts::CommitHash << std::endl;
18 if (Acts::VersionInfo::fromHeader() != Acts::VersionInfo::fromLibrary()) {
19 std::cout <<
"WARNING: The version information is inconsistent!"
21 std::cout <<
"Header: " << Acts::VersionInfo::fromHeader() << std::endl;
22 std::cout <<
"Library: " << Acts::VersionInfo::fromLibrary() << std::endl;