eive-obsw/common/config/OBSWVersion.h
Robin Mueller 62f725beea
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
bump changelog and version
2022-07-04 11:13:26 +02:00

11 lines
223 B
C

#ifndef COMMON_CONFIG_OBSWVERSION_H_
#define COMMON_CONFIG_OBSWVERSION_H_
const char* const SW_NAME = "eive";
#define SW_VERSION 1
#define SW_SUBVERSION 12
#define SW_REVISION 0
#endif /* COMMON_CONFIG_OBSWVERSION_H_ */