diff --git a/README.md b/README.md index dd71b64c2..c15723c56 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ This is a collection of services and associated framework to be located in the ` ## Version Notes +- 6.7.12: DEVELOPMENT + - Cmd code (and checksum) are always in the same place (matches GSFC spec for command secondary header) + - No impact to behavior. Previously the perf log dump file frequently contained errors due to out of order or otherwise corrupted entries, which is now fixed. + - Minor other updates (see https://github.com/nasa/cFE/pull/586) - 6.7.11: DEVELOPMENT - Improve documentation - Update makefile to report branch coverage @@ -43,7 +47,7 @@ This is a collection of services and associated framework to be located in the ` - 6.7.3: DEVELOPMENT - Minor updates (see https://github.com/nasa/cFE/pull/413) - 6.7.2: DEVELOPMENT - - Minor bugs and enhancements (see https://github.com/nasa/cFE/pull/388) + - Minor bugs and enhancements (see https://github.com/nasa/cFE/pull/388) - 6.7.1: DEVELOPMENT - Minor bug fixes (see https://github.com/nasa/cFE/pull/378) - Fix strlen in CFE_ES_TaskInit https://github.com/nasa/cFE/pull/23 diff --git a/fsw/cfe-core/src/inc/cfe_version.h b/fsw/cfe-core/src/inc/cfe_version.h index a45849a82..b8166779f 100644 --- a/fsw/cfe-core/src/inc/cfe_version.h +++ b/fsw/cfe-core/src/inc/cfe_version.h @@ -95,7 +95,7 @@ */ #define CFE_MAJOR_VERSION 6 #define CFE_MINOR_VERSION 7 -#define CFE_REVISION 11 +#define CFE_REVISION 12 #endif /* _cfe_version_ */