templates-project_setup/cpp/autogen/version.h.in

18 lines
427 B
C

/**
* @file version.h
* @brief Auto-generated version number preprocessor definitions
*
* These values will be calculated by CMake. Do not modify manually!
*
* @author Jannik Beyerstedt <beyerstedt@consider-it.de>
* @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 */