eive-obsw/fsfwconfig/OBSWVersion.h

14 lines
278 B
C
Raw Normal View History

2020-11-20 18:10:39 +01:00
#ifndef FSFWCONFIG_OBSWVERSION_H_
#define FSFWCONFIG_OBSWVERSION_H_
2020-11-20 18:32:06 +01:00
//! TODO: Think of a cool name for the software releases.
2020-11-20 18:10:39 +01:00
const char* const SW_NAME = "eive";
2021-03-04 18:29:28 +01:00
#define SW_VERSION 1
#define SW_SUBVERSION 0
2020-11-20 18:10:39 +01:00
#define SW_SUBSUBVERSION 0
#endif /* FSFWCONFIG_OBSWVERSION_H_ */