Skip to content

Commit

Permalink
IC:2021-07-20, Bump to v6.8.0-rc1+dev762
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Jul 21, 2021
1 parent 8bbdd16 commit 613866c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob

## Version History

### Development Build: v6.8.0-rc1+dev762

- Change CI to use Test Log.
- remove default .dat extension
- Update API doxygen list
- update documentation for CFE_ES_GetPoolBufInfo
- CFE_SB_MsgHdrSize returns size_t
- improve SB coverage test
- correct function name in UT_BSP_Unlock
- See <https://github.com/nasa/cfe/pull/1665> and <https://github.com/nasa/cfs/pull/311>

### Development Build: v6.8.0-rc1+dev746

- Size unit test table load buffer based on config
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 @@ -28,7 +28,7 @@
#define CFE_VERSION_H

/* Development Build Macro Definitions */
#define CFE_BUILD_NUMBER 746 /**< @brief Development: Number of development commits since baseline */
#define CFE_BUILD_NUMBER 762 /**< @brief Development: Number of development commits since baseline */
#define CFE_BUILD_BASELINE "v6.8.0-rc1" /**< @brief Development: Reference git tag for build number */

/* Version Macro Definitions updated for official releases only */
Expand Down

0 comments on commit 613866c

Please sign in to comment.