File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,16 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob
10
10
11
11
## Version History
12
12
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
+
13
20
### Development Build: 6.7.20
14
21
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
16
23
- See < https://github.com/nasa/cFE/pull/743 >
17
24
18
25
### Development Build: 6.7.19
Original file line number Diff line number Diff line change 95
95
*/
96
96
#define CFE_MAJOR_VERSION 6
97
97
#define CFE_MINOR_VERSION 7
98
- #define CFE_REVISION 20
98
+ #define CFE_REVISION 21
99
99
100
100
101
101
#endif /* _cfe_version_ */
You can’t perform that action at this time.
0 commit comments