From 954f9ba7235df37e53d829e0d6fe5ea0206b9a56 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Fri, 25 Feb 2022 11:55:23 -0500 Subject: [PATCH] Bump to v2.5.0-rc4+dev16 Part of IC:Caelum+dev4, nasa/cFS#432 **Includes** PR #107 - Apply header guard standard --- README.md | 5 +++++ fsw/src/sch_lab_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 962f38a..4baeb03 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ To change the list of packets that sch_lab sends out, edit the schedule table lo ## Version History +### Development Build: v2.5.0-rc4+dev16 + +- Apply header guard standard +- See + ### Development Build: v2.5.0-rc4+dev13 - Add option to configure base tick rate diff --git a/fsw/src/sch_lab_version.h b/fsw/src/sch_lab_version.h index 6dd5005..6e08739 100644 --- a/fsw/src/sch_lab_version.h +++ b/fsw/src/sch_lab_version.h @@ -28,7 +28,7 @@ */ /* Development Build Macro Definitions */ -#define SCH_LAB_BUILD_NUMBER 13 /*!< Development Build: Number of commits since baseline */ +#define SCH_LAB_BUILD_NUMBER 16 /*!< Development Build: Number of commits since baseline */ #define SCH_LAB_BUILD_BASELINE \ "v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */