From 1e569128c6e816b55248b2e28d7dfce3b1abb33f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 10 May 2022 16:48:23 +0200 Subject: [PATCH] update auto-gen file --- 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 f07295b9..2f188cdf 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[] = "286-gf57bd290"; +const char FSFW_VCS_INFO[] = "288-gf35c4049"; };