From 5909691a3361d2e06a0a056b1bfefb51c1b880f0 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Fri, 25 Feb 2022 11:52:04 -0500 Subject: [PATCH] Bump to v2.5.0-rc4+dev9 Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #114 - Apply header guard standard --- README.md | 5 +++++ fsw/src/to_lab_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 611f740..879536f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ To send telemetry to the "ground" or UDP/IP port, edit the subscription table in ## Version History +### Development Build: v2.5.0-rc4+dev9 + +- Apply header guard standard +- See + ### Development Build: v2.5.0-rc4+dev4 - Use CFE_MSG_PTR conversion macro diff --git a/fsw/src/to_lab_version.h b/fsw/src/to_lab_version.h index 5ce89ba..ab6b3fe 100644 --- a/fsw/src/to_lab_version.h +++ b/fsw/src/to_lab_version.h @@ -28,7 +28,7 @@ #define TO_LAB_VERSION_H /* Development Build Macro Definitions */ -#define TO_LAB_BUILD_NUMBER 4 /*!< Development Build: Number of commits since baseline */ +#define TO_LAB_BUILD_NUMBER 9 /*!< Development Build: Number of commits since baseline */ #define TO_LAB_BUILD_BASELINE \ "v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */