Skip to content

Commit 215807e

Browse files
author
Jacob Hageman
committed
IC-20210305, Update readme and version
1 parent e81fe5a commit 215807e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This is a collection of APIs abstracting platform specific functionality to be l
99

1010
## Version History
1111

12+
### Development Build: 1.5.0-rc1+dev76
13+
14+
- Fix #246, remove unused code.
15+
- Fix #254, use CMake to publish interface details
16+
- Fix #256, add PSP version API
17+
- Fix #258, Add Testing Tools to the Security Policy
18+
- See <https://github.com/nasa/PSP/pull/260>
19+
1220
### Development Build: 1.5.0-rc1+dev68
1321

1422
- Updates continuous integration workfow by adding static analysis with timeout and code format check. Adds status badges to ReadMe and removes old TravisCI artifacts.

fsw/mcp750-vxworks/inc/psp_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/*
3030
* Development Build Macro Definitions
3131
*/
32-
#define CFE_PSP_IMPL_BUILD_NUMBER 68
32+
#define CFE_PSP_IMPL_BUILD_NUMBER 76
3333
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1"
3434

3535
/*

fsw/pc-linux/inc/psp_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/*
3030
* Development Build Macro Definitions
3131
*/
32-
#define CFE_PSP_IMPL_BUILD_NUMBER 68
32+
#define CFE_PSP_IMPL_BUILD_NUMBER 76
3333
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1"
3434

3535
/*

fsw/pc-rtems/inc/psp_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/*
3030
* Development Build Macro Definitions
3131
*/
32-
#define CFE_PSP_IMPL_BUILD_NUMBER 68
32+
#define CFE_PSP_IMPL_BUILD_NUMBER 76
3333
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1"
3434

3535
/*

0 commit comments

Comments
 (0)