Robin Mueller
76a217ffc2
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
11 lines
223 B
C
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 12
|
|
#define SW_REVISION 1
|
|
|
|
#endif /* COMMON_CONFIG_OBSWVERSION_H_ */
|