eive-obsw/common/config/OBSWVersion.h
Robin Mueller 8bd7d00ab1
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
forgot to bump version
2022-04-22 16:15:04 +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 10
#define SW_REVISION 1
#endif /* COMMON_CONFIG_OBSWVERSION_H_ */