From 5d946f56403efcaaa07812c74a88933523a674f8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 10 May 2022 16:46:03 +0200 Subject: [PATCH] commit seems to change --- src/fsfw/versionAutogen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsfw/versionAutogen.cpp b/src/fsfw/versionAutogen.cpp index a8cea443..f07295b9 100644 --- a/src/fsfw/versionAutogen.cpp +++ b/src/fsfw/versionAutogen.cpp @@ -5,6 +5,6 @@ namespace fsfw { const int FSFW_VERSION_MAJOR = 4; const int FSFW_VERSION_MINOR = 0; const int FSFW_VERSION_REVISION = 0; -const char FSFW_VCS_INFO[] = "285-gaa4e2d72"; +const char FSFW_VCS_INFO[] = "286-gf57bd290"; };