Skip to content

Commit

Permalink
Bump to v1.6.0-rc4+dev43
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Jul 14, 2022
1 parent 8675160 commit a814145
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ This is a collection of APIs abstracting platform specific functionality to be l

## Changelog

### Development Build: v1.6.0-rc4+dev43

- remove commented out code
- See <https://github.com/nasa/PSP/pull/351>

### Development Build: v1.6.0-rc4+dev41

- Add CFE_PSP_StatusToString and CFE_PSP_STATUS_C
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 @@ -27,7 +27,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 41
#define CFE_PSP_IMPL_BUILD_NUMBER 43
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4"

/*
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 @@ -27,7 +27,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 41
#define CFE_PSP_IMPL_BUILD_NUMBER 43
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4"

/*
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 @@ -27,7 +27,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 41
#define CFE_PSP_IMPL_BUILD_NUMBER 43
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4"

/*
Expand Down

0 comments on commit a814145

Please sign in to comment.