version Last update: 16.07.2025 1 3 4 #ifndef EXPORT_VERSION_VERSION_H_ 5 #define EXPORT_VERSION_VERSION_H_ 6 7 #include <string> 8 13 namespace simulation_framework 14 { 15 namespace core 16 { 17 18 std::string GetCoreVersion(); 19 std::string GetCorePublicVersion(); 20 std::string GetCoreInternalVersion(); 21 22 } // namespace core 23 } // namespace simulation_framework 24 25 #endif // EXPORT_VERSION_VERSION_H_