From a60d98c609cfcf7a731cb5414206a6833da42690 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Mon, 22 Mar 2021 15:14:27 -0400 Subject: [PATCH] IC:2021-03-23, Bump to v1.2.0-rc1+dev54 --- README.md | 7 +++++++ fsw/src/sample_app_version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b1855..391d689 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ sample_app is an example for how to build and link an application in cFS. See al ## Version History +### Development Build: 1.2.0-rc1+dev56 + +- Replaces <> with " in local includes +- Adds CONTRIBUTIING.md that links to the main cFS contributing guide. +- Adds a description for the requirements of command and telemetry Message IDs to explain why the Msg IDs have those requirements in documentation. +- See + ### Development Build: 1.2.0-rc1+dev48 - Fix #126, simplify build to use wrappers and interface libs diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index 6643d33..a1ebd12 100644 --- a/fsw/src/sample_app_version.h +++ b/fsw/src/sample_app_version.h @@ -32,7 +32,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_APP_BUILD_NUMBER 48 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_APP_BUILD_NUMBER 56 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_APP_BUILD_BASELINE \ "v1.2.0-rc1" /*!< Development Build: git tag that is the base for the current development */