Merge pull request 'fsfw version update' (#463) from mueller/version-update into development

Reviewed-on: fsfw/fsfw#463
This commit is contained in:
Robin Müller 2021-09-13 15:01:50 +02:00
commit ae27a4bb6c
1 changed files with 5 additions and 7 deletions

View File

@ -1,12 +1,10 @@
#ifndef FSFW_DEFAULTCFG_VERSION_H_
#define FSFW_DEFAULTCFG_VERSION_H_
#ifndef FSFW_VERSION_H_
#define FSFW_VERSION_H_
const char* const FSFW_VERSION_NAME = "ASTP";
#define FSFW_VERSION 1
#define FSFW_SUBVERSION 0
#define FSFW_REVISION 0
#define FSFW_SUBVERSION 2
#define FSFW_REVISION 0
#endif /* FSFW_DEFAULTCFG_VERSION_H_ */
#endif /* FSFW_VERSION_H_ */