Skip to content

Commit 27cc7df

Browse files
committed
Bump to v6.7.0+dev298 and update ReadMe
1 parent 3117390 commit 27cc7df

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob
1010

1111
## Version History
1212

13+
### Development Build: 6.7.0+dev298
14+
15+
- Revision version number now reports 99 during development versions. ES Housekeeping data reports 6.7.99 in the version string.
16+
- See <https://github.com/nasa/cFE/pull/853>
17+
1318
### Development Build: 6.7.0+dev292
1419

1520
- Add missing include path to the target/h and wrn/coreip directory.
@@ -27,7 +32,7 @@ Remove unrelated comment about CEXP (remnant from RTEMS). No more errors about m
2732
- All parameters to the stub function are registered in the context object, so the values will be available to hook functions.
2833
- The names of all parameters match the prototype/documentation, so hook functions that use name-based argument value retrieval will work.
2934
- Adds to table search path in `arch_build.cmake`
30-
- Calls to OS_open() now use the OSAL-defined symbol, not the POSIX symbol.
35+
- Calls to OS_open() now use the OSAL-defined symbol, not the POSIX symbol.
3136
- Defines new macros to report the build number and build baseline and new strings containing the version number of cFE and a combined string with the version number for OSAL, PSP, and CFE.
3237
- Allow explicitly setting of the processor ID in `targets.cmake`. The `TGTx_PROCESSOR_ID` setting will be passed to the final build/link of CFE core as the CPU ID. If unspecified, then the CMake index value is used instead (backward compatible).
3338
- `cmake` now detects conditions where no files were present to fulfill an config include file requirement and reports an error during `make prep` lists the files it checked for rather than generating an empty file.
@@ -39,7 +44,7 @@ Remove unrelated comment about CEXP (remnant from RTEMS). No more errors about m
3944
- Added cFE User's Guide Reference to README.md
4045
- Removes old license
4146
- See <https://github.com/nasa/cFE/pull/743>
42-
47+
4348
### Development Build: 6.7.20
4449

4550
- SB Unit use of the UT assert framework is closer to original design intent

fsw/cfe-core/src/inc/cfe_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
/* Development Build Macro Definitions */
38-
#define CFE_BUILD_NUMBER 292 /*!< Development Build: Number of commits since baseline */
38+
#define CFE_BUILD_NUMBER 298 /*!< Development Build: Number of commits since baseline */
3939
#define CFE_BUILD_BASELINE "v6.7.0" /*!< Development Build: git tag that is the base for the current development */
4040

4141
/* Version Macro Definitions */

0 commit comments

Comments
 (0)