Skip to content

Commit

Permalink
Update version to 6.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Feb 28, 2020
1 parent 6d541c0 commit 0cd4e19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ This repository contains NASA's Core Flight Executive (cFE), which is a framewor
This is a collection of services and associated framework to be located in the `cfe` subdirectory of a cFS Mission Tree. The Core Flight System is bundled at https://github.com/nasa/cFS, which includes build and execution instructions.

## Version Notes

- 6.7.8: DEVELOPMENT
- Updates and cleaned up documentation and requirements
- Fixes incorrect debug messages
- Decrease child task count when one is deleted
- Minor other updates (see https://github.com/nasa/cFE/pull/530)
- 6.7.7: DEVELOPMENT
- Adds a new function, CFE_SB_GetPipeIdByName, which retrieves the pipe ID given a name of a pipe.
- Improvement in error reporting when using a pipe name that is already in use, or when the queue limit has been reached.
Expand Down
4 changes: 2 additions & 2 deletions fsw/cfe-core/src/inc/cfe_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
** release that contains changes deemed to be of similar impact, even if there are no actual changes to the API.
**
** The Minor number shall be incremented on release to indicate the addition of features to the API,
** which do not break the existin code. It may also be incremented for a release that contains changes deemed
** which do not break the existing code. It may also be incremented for a release that contains changes deemed
** to be of similar impact, even if there are no actual updates to the API.
**
** The Implementation Revision Version number shall be incremented on changes to software in the master branch,
Expand Down Expand Up @@ -74,7 +74,7 @@
*/
#define CFE_MAJOR_VERSION 6
#define CFE_MINOR_VERSION 7
#define CFE_REVISION 7
#define CFE_REVISION 8


#endif /* _cfe_version_ */

0 comments on commit 0cd4e19

Please sign in to comment.