From 7b00e67e24e783f4460a354fefa198da338f29a1 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Fri, 25 Feb 2022 12:00:26 -0500 Subject: [PATCH] Bump to v1.3.0-rc4+dev9 Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #74 - Apply header guard standard PR #76 - Remove explicit filename doxygen comments --- README.md | 6 ++++++ fsw/src/sample_lib_version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 668750b..c601bd2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a ## Version History +### Development Build: v1.3.0-rc4+dev9 + +- Apply header guard standard +- Remove explicit filename doxygen comments +- See + ### Development Build: v1.3.0-rc4+dev3 - Update baseline to cFS-Caelum-rc4: v1.3.0-rc4 diff --git a/fsw/src/sample_lib_version.h b/fsw/src/sample_lib_version.h index 18d2dc3..2369eb7 100644 --- a/fsw/src/sample_lib_version.h +++ b/fsw/src/sample_lib_version.h @@ -32,7 +32,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_LIB_BUILD_NUMBER 3 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_LIB_BUILD_NUMBER 9 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_LIB_BUILD_BASELINE \ "v1.3.0-rc4" /*!< Development Build: git tag that is the base for the current development */