Skip to content

Commit

Permalink
Updating documentation and version numbers for v7.0.0-rc4+dev405
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Oct 23, 2023
1 parent 3822447 commit 605d98c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

## Development Build:v7.0.0-rc4+dev401
## Development Build: v7.0.0-rc4+dev405
- add code coverage for null check
- See <https://github.com/nasa/cFE/pull/2377>

## Development Build: v7.0.0-rc4+dev401
- minor reorg of message headers
- See <https://github.com/nasa/cFE/pull/2453>

## Development Build:v7.0.0-rc4+dev395
## Development Build: v7.0.0-rc4+dev395
- Adds an empty string or null pointer check for pipe creation
- crc calculation refactor
- See <https://github.com/nasa/cFE/pull/2440> and <https://github.com/nasa/cFE/pull/2450>
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 401 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_NUMBER 405 /**< @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 605d98c

Please sign in to comment.