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";
#define SW_VERSION 0
#define SW_SUBVERSION 2
#define SW_SUBSUBVERSION 0
#endif /* FSFWCONFIG_OBSWVERSION_H_ */