From dee101393a0a043fb9fc515d10f3745df65464ba Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Wed, 5 Aug 2020 15:15:08 -0400 Subject: [PATCH] Increase version to 2.3.0+dev37 and update readme Set "development build" part of version string to ALL CAPS for readability --- README.md | 6 ++++++ fsw/src/sch_lab_version.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58baae0..3cb317f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ To change the list of packets that sch_lab sends out, edit the schedule table lo ## Version History +### Development Build: 2.3.0+dev37 + +- Fixes schedule table documentation +- Add baseline and build number to version reporting +- See + ### Development Build: 2.3.7 - Apply the CFE_SB_MsgIdToValue() and CFE_SB_ValueToMsgId() routines where compatibility with an integer MsgId is necessary - syslog prints, events, compile-time MID #define values. diff --git a/fsw/src/sch_lab_version.h b/fsw/src/sch_lab_version.h index dd65d40..dcf73fa 100644 --- a/fsw/src/sch_lab_version.h +++ b/fsw/src/sch_lab_version.h @@ -30,7 +30,7 @@ */ /* Development Build Macro Definitions */ -#define SCH_LAB_BUILD_NUMBER 34 /*!< Development Build: Number of commits since baseline */ +#define SCH_LAB_BUILD_NUMBER 37 /*!< Development Build: Number of commits since baseline */ #define SCH_LAB_BUILD_BASELINE "v2.3.0" /*!< Development Build: git tag that is the base for the current development */ /* Version Macro Definitions */ @@ -54,7 +54,7 @@ * See @ref cfsversions for format differences between development and release versions. */ #define SCH_LAB_VERSION_STRING \ - " SCH Lab Development Build " \ + " SCH Lab DEVELOPMENT BUILD " \ SCH_LAB_VERSION \ ", Last Official Release: v2.3.0" /* For full support please use this version */