Skip to content

Commit

Permalink
IC:2021-09-07, Bump to v1.5.0-rc1+dev124
Browse files Browse the repository at this point in the history
Part of nasa/cFS#351
  • Loading branch information
astrogeco committed Sep 9, 2021
1 parent b07dab3 commit e4722da
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ This is a collection of APIs abstracting platform specific functionality to be l

## Version History


### Development Build: v1.5.0-rc1+dev124

- Relax strict of check before calling "Init" function of module, only check that module type is not invalid
- Remove override of `add_psp_module` for coverage test
- See <https://github.com/nasa/PSP/pull/307> and <https://github.com/nasa/cFS/pull/351>

### Development Build: v1.5.0-rc1+dev118

- Implement Coding Standards in CodeQL
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 @@ -29,7 +29,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 118
#define CFE_PSP_IMPL_BUILD_NUMBER 124
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1"

/*
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 @@ -29,7 +29,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 118
#define CFE_PSP_IMPL_BUILD_NUMBER 124
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1"

/*
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 @@ -29,7 +29,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 118
#define CFE_PSP_IMPL_BUILD_NUMBER 124
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1"

/*
Expand Down

0 comments on commit e4722da

Please sign in to comment.