Skip to content

Commit

Permalink
Bump to v1.6.0-rc4+dev55
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Oct 3, 2022
1 parent df155ab commit e874a99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Development Build: v1.6.0-rc4+dev55
- Create Changelog File
- Remove unnecessary parentheses around return values.
- Remove 'return;' from last line of void function.
- See <https://github.com/nasa/PSP/pull/361>, <https://github.com/nasa/PSP/pull/358>, and <https://github.com/nasa/PSP/pull/360>

## Development Build: v1.6.0-rc4+dev47
- correct PSP module IDs and lookups
- See <https://github.com/nasa/PSP/pull/354>
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 47
#define CFE_PSP_IMPL_BUILD_NUMBER 55
#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 47
#define CFE_PSP_IMPL_BUILD_NUMBER 55
#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 47
#define CFE_PSP_IMPL_BUILD_NUMBER 55
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4"

/*
Expand Down

0 comments on commit e874a99

Please sign in to comment.