eive-obsw/common/config/OBSWVersion.h

11 lines
223 B
C
Raw Normal View History

2021-04-11 12:25:23 +02:00
#ifndef COMMON_CONFIG_OBSWVERSION_H_
#define COMMON_CONFIG_OBSWVERSION_H_
const char* const SW_NAME = "eive";
#define SW_VERSION 1
2022-04-22 16:15:04 +02:00
#define SW_SUBVERSION 10
2022-03-08 11:59:06 +01:00
#define SW_REVISION 1
2021-04-11 12:25:23 +02:00
#endif /* COMMON_CONFIG_OBSWVERSION_H_ */