Skip to content

Commit 3e60d95

Browse files
committed
Update version and README
1 parent 9aedaab commit 3e60d95

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ This is a collection of services and associated framework to be located in the `
66

77
## Version Notes
88

9-
- 6.7.2:
10-
- Minor bugs and enhancements: https://github.com/nasa/cFE/pull/388
11-
- 6.7.1:
12-
- Minor bug fixes: https://github.com/nasa/cFE/pull/378
9+
- 6.7.3: DEVELOPMENT
10+
- Minor updates (see https://github.com/nasa/cFE/pull/413)
11+
- 6.7.2: DEVELOPMENT
12+
- Minor bugs and enhancements (see https://github.com/nasa/cFE/pull/388)
13+
- 6.7.1: DEVELOPMENT
14+
- Minor bug fixes (see https://github.com/nasa/cFE/pull/378)
1315
- Fix strlen in CFE_ES_TaskInit https://github.com/nasa/cFE/pull/23
1416
- 6.7.0: RELEASE CANDIDATE
1517
- In build verification testing to be considered for official release

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
*/
8282
#define CFE_MAJOR_VERSION 6
8383
#define CFE_MINOR_VERSION 7
84-
#define CFE_REVISION 2
84+
#define CFE_REVISION 3
8585

8686

8787
#endif /* _cfe_version_ */

0 commit comments

Comments
 (0)