From 10c8b390cfe3c135ef2f6b825f5597239ffdf4a3 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Fri, 12 Mar 2021 13:57:09 -0500 Subject: [PATCH] IC 20210312, Update readme and version --- README.md | 7 ++++++- fsw/mcp750-vxworks/inc/psp_version.h | 2 +- fsw/pc-linux/inc/psp_version.h | 2 +- fsw/pc-rtems/inc/psp_version.h | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1da825a0..4d0f2dca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,12 @@ This is a collection of APIs abstracting platform specific functionality to be l ## Version History -### Development Build: 1.5.0-rc1+dev76 +### Development Build: v1.5.0-rc1+dev80 + +- HOTFIX 20210312, updates to work with older CMake +- See + +### Development Build: v1.5.0-rc1+dev76 - Fix #246, remove unused code. - Fix #254, use CMake to publish interface details diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index d48abdbb..81a169df 100644 --- a/fsw/mcp750-vxworks/inc/psp_version.h +++ b/fsw/mcp750-vxworks/inc/psp_version.h @@ -29,7 +29,7 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 76 +#define CFE_PSP_IMPL_BUILD_NUMBER 80 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" /* diff --git a/fsw/pc-linux/inc/psp_version.h b/fsw/pc-linux/inc/psp_version.h index 3c73e607..ec0ced14 100644 --- a/fsw/pc-linux/inc/psp_version.h +++ b/fsw/pc-linux/inc/psp_version.h @@ -29,7 +29,7 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 76 +#define CFE_PSP_IMPL_BUILD_NUMBER 80 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" /* diff --git a/fsw/pc-rtems/inc/psp_version.h b/fsw/pc-rtems/inc/psp_version.h index 09c40e4d..376e4efc 100644 --- a/fsw/pc-rtems/inc/psp_version.h +++ b/fsw/pc-rtems/inc/psp_version.h @@ -29,7 +29,7 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 76 +#define CFE_PSP_IMPL_BUILD_NUMBER 80 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" /*