Skip to content

Commit

Permalink
Update version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Nov 30, 2019
1 parent faca0cc commit 8be5c7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ This repository contains NASA's Platform Support Package (PSP), which is a frame

This is a collection of APIs abstracting platform specific functionality to be located in the `psp` subdirectory of a cFS Mission Tree. The Core Flight System is bundled at https://github.com/nasa/cFS, which includes build and execution instructions.

## Release Notes
## Version Notes

- 1.4.1 DEVELOPMENT
- Minor updates (see https://github.com/nasa/PSP/pull/115)
- 1.4.0 RELEASE CANDIDATE
- In build verification testing to be considered for official release
- Release documentation in work
Expand Down
2 changes: 1 addition & 1 deletion fsw/mcp750-vxworks/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
#define CFE_PSP_IMPL_MAJOR_VERSION 1
#define CFE_PSP_IMPL_MINOR_VERSION 4
#define CFE_PSP_IMPL_REVISION 0
#define CFE_PSP_IMPL_REVISION 1
#define CFE_PSP_IMPL_MISSION_REV 0

#endif /* _psp_version_ */
Expand Down
2 changes: 1 addition & 1 deletion fsw/pc-linux/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
#define CFE_PSP_IMPL_MAJOR_VERSION 1
#define CFE_PSP_IMPL_MINOR_VERSION 4
#define CFE_PSP_IMPL_REVISION 0
#define CFE_PSP_IMPL_REVISION 1
#define CFE_PSP_IMPL_MISSION_REV 0

#endif /* _psp_version_ */
Expand Down
2 changes: 1 addition & 1 deletion fsw/pc-rtems/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
#define CFE_PSP_IMPL_MAJOR_VERSION 1
#define CFE_PSP_IMPL_MINOR_VERSION 4
#define CFE_PSP_IMPL_REVISION 0
#define CFE_PSP_IMPL_REVISION 1
#define CFE_PSP_IMPL_MISSION_REV 0

#endif /* _psp_version_ */
Expand Down

0 comments on commit 8be5c7d

Please sign in to comment.