From e1f428699407b1b0c83c3cff0774248a8f5bd00c Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 5 Aug 2022 12:37:52 -0400 Subject: [PATCH] Bump to v1.6.0-rc4+dev47 --- README.md | 4 ++++ 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, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75461296..0d7e1f80 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ This is a collection of APIs abstracting platform specific functionality to be l ## Changelog +### Development Build: v1.6.0-rc4+dev47 +- correct PSP module IDs and lookups +- See + ### Development Build: v1.6.0-rc4+dev43 - remove commented out code diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index 9dbc15cd..917a205b 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 43 +#define CFE_PSP_IMPL_BUILD_NUMBER 47 #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 9dbc15cd..917a205b 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 43 +#define CFE_PSP_IMPL_BUILD_NUMBER 47 #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 9dbc15cd..917a205b 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 43 +#define CFE_PSP_IMPL_BUILD_NUMBER 47 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4" /*