eive-obsw/common/config/OBSWVersion.h
Robin Mueller d714f84df8
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
bumped revision
2021-08-09 18:30:20 +02:00

11 lines
222 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 6
#define SW_REVISION 1
#endif /* COMMON_CONFIG_OBSWVERSION_H_ */