Skip to content

Commit

Permalink
Updating documentation and version numbers for v2.5.0-rc4+dev71
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Nov 13, 2023
1 parent 437a62b commit ca09f13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Development Build: v2.5.0-rc4+dev71
- Standardize naming of SCH_LAB functions/macros
- Call CFE_ES_ExitApp with RunStatus rather than internal status variable
- Convert int32 return codes and variables to CFE_Status_t
- Remove component-specific cFE header #includes
- See <https://github.com/nasa/sch_lab/pull/129>, <https://github.com/nasa/sch_lab/pull/149>, <https://github.com/nasa/sch_lab/pull/142>, and <https://github.com/nasa/sch_lab/pull/134>

## Development Build: v2.5.0-rc4+dev61
- implement header file convention for SCH_LAB
- See <https://github.com/nasa/sch_lab/pull/151>
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/sch_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

/* Development Build Macro Definitions */
#define SCH_LAB_BUILD_NUMBER 61 /*!< Development Build: Number of commits since baseline */
#define SCH_LAB_BUILD_NUMBER 71 /*!< 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 */

Expand Down

0 comments on commit ca09f13

Please sign in to comment.