From 0cd4e191c79f9249f7ba99fee410bbd2707b3c8c Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Fri, 28 Feb 2020 15:23:50 -0500 Subject: [PATCH] Update version to 6.7.8 --- README.md | 6 +++++- fsw/cfe-core/src/inc/cfe_version.h | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00a162841..582702c53 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/fsw/cfe-core/src/inc/cfe_version.h b/fsw/cfe-core/src/inc/cfe_version.h index 65a3ec99f..7290d990f 100644 --- a/fsw/cfe-core/src/inc/cfe_version.h +++ b/fsw/cfe-core/src/inc/cfe_version.h @@ -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, @@ -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_ */