#ifndef FSFWCONFIG_OBSWVERSION_H_
#define FSFWCONFIG_OBSWVERSION_H_

//! TODO: Think of a cool name for the software releases.
const char* const SW_NAME = "eive";

#define SW_VERSION 0
#define SW_SUBVERSION 2
#define SW_SUBSUBVERSION 0



#endif /* FSFWCONFIG_OBSWVERSION_H_ */