Skip to content

Commit

Permalink
Updating documentation and version numbers for v7.0.0-rc4+dev427
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Dec 5, 2023
1 parent 11a5c4d commit 1d5f710
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Development Build: v7.0.0-rc4+dev427
- document ES Perf enums
- Add perfid limit info to ES docstring
- TBL UT update for OSAL/CFE path length mismatch
- add multi threaded SB perf tests
- message integrity API
- change workflow to use output on failure option
- See <https://github.com/nasa/cFE/pull/2411>, <https://github.com/nasa/cFE/pull/2409>, <https://github.com/nasa/cFE/pull/2373>, <https://github.com/nasa/cFE/pull/2466>, <https://github.com/nasa/cFE/pull/2468>, and <https://github.com/nasa/cFE/pull/2470>

## Development Build: v7.0.0-rc4+dev411
- rename reference table
- Remove nonexist reference for perf tool
Expand Down
2 changes: 1 addition & 1 deletion modules/core_api/fsw/inc/cfe_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define CFE_VERSION_H

/* Development Build Macro Definitions */
#define CFE_BUILD_NUMBER 411 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_NUMBER 427 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_BASELINE "v7.0.0-rc4" /**< @brief Development: Reference git tag for build number */

/* See \ref cfsversions for definitions */
Expand Down

0 comments on commit 1d5f710

Please sign in to comment.