Skip to content

Commit

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

## 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>

## Development Build: v7.0.0-rc4+dev389
- Adds a cast to the negation of unsigned expression
- See <https://github.com/nasa/cFE/pull/2437>
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 389 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_NUMBER 395 /**< @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 f5ce0f6

Please sign in to comment.