eive-obsw/common/config/OBSWVersion.h
2022-03-08 10:25:47 +01: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 9
#define SW_REVISION 0
#endif /* COMMON_CONFIG_OBSWVERSION_H_ */