From 7ca0ee5047a8bba5e84cca08b0e88123d7880596 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Tue, 31 May 2022 12:53:09 -0400 Subject: [PATCH] IC:Caelum-rc4+dev10, psp v1.6.0-rc4+dev38 - Resolve uninit var static analysis warning - See and --- README.md | 6 +++++- 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, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 35121843..1db2e20c 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,12 @@ This is a collection of APIs abstracting platform specific functionality to be l ## Version History +### Development Build: v1.6.0-rc4+dev38 -### Development Build: v1.6.0-rc4+34 +- Resolve uninit var static analysis warning +- See and + +### Development Build: v1.6.0-rc4+dev34 - Update codeql workflow for reusable updates - Add cpu affinity example diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index e9066bac..ea09fa94 100644 --- a/fsw/mcp750-vxworks/inc/psp_version.h +++ b/fsw/mcp750-vxworks/inc/psp_version.h @@ -27,7 +27,7 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 34 +#define CFE_PSP_IMPL_BUILD_NUMBER 38 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4" /* diff --git a/fsw/pc-linux/inc/psp_version.h b/fsw/pc-linux/inc/psp_version.h index e9066bac..ea09fa94 100644 --- a/fsw/pc-linux/inc/psp_version.h +++ b/fsw/pc-linux/inc/psp_version.h @@ -27,7 +27,7 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 34 +#define CFE_PSP_IMPL_BUILD_NUMBER 38 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4" /* diff --git a/fsw/pc-rtems/inc/psp_version.h b/fsw/pc-rtems/inc/psp_version.h index e9066bac..ea09fa94 100644 --- a/fsw/pc-rtems/inc/psp_version.h +++ b/fsw/pc-rtems/inc/psp_version.h @@ -27,7 +27,7 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 34 +#define CFE_PSP_IMPL_BUILD_NUMBER 38 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4" /*