Skip to content

Commit 5d9e5fe

Browse files
committedJun 25, 2020
Increase version to 6.7.21 and update Readme
1 parent 968fcd7 commit 5d9e5fe

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ 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.21
14+
15+
- If a string is exactly the size of the field when using the `CFE_TBL_FILEDEF()` macro it will produce a compiler error
16+
- Added cFE User's Guide Reference to README.md
17+
- Removes old license
18+
- See <https://github.com/nasa/cFE/pull/743>
19+
1320
### Development Build: 6.7.20
1421

15-
- SB Unit use of the UT assert framework is closer to original design intent
22+
- SB Unit use of the UT assert framework is closer to original design intent
1623
- See <https://github.com/nasa/cFE/pull/743>
1724

1825
### Development Build: 6.7.19

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
*/
9696
#define CFE_MAJOR_VERSION 6
9797
#define CFE_MINOR_VERSION 7
98-
#define CFE_REVISION 20
98+
#define CFE_REVISION 21
9999

100100

101101
#endif /* _cfe_version_ */

0 commit comments

Comments
 (0)