Robin Mueller
ebb575d490
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
11 lines
222 B
C
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 8
|
|
#define SW_REVISION 0
|
|
|
|
#endif /* COMMON_CONFIG_OBSWVERSION_H_ */
|