/** * @file version.h * @brief Auto-generated version number preprocessor definitions * * These values will be calculated by CMake. Do not modify manually! * * @author Jannik Beyerstedt * @copyright (c) consider it GmbH, 2020 */ #ifndef VERSION_H #define VERSION_H #define GIT_VERSION_TAG "@GIT_VERSION_TAG@" #define GIT_BRANCH_NAME "@GIT_BRANCH_NAME@" #endif /* VERSION_H */