Release v5.0.0 #657

Merged
gaisser merged 578 commits from development into master 2022-07-25 15:05:57 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit aa5d1042f0 - Show all commits

View File

@ -2,6 +2,9 @@
#include "fsfw/FSFWVersion.h"
#undef major
#undef minor
const fsfw::Version fsfw::FSFW_VERSION = {FSFW_VERSION_MAJOR, FSFW_VERSION_MINOR,
FSFW_VERSION_REVISION};