From 24464aedb69e653c9ff05b7c0d8c2f2d6d830806 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 5 Jan 2023 16:38:30 -0500 Subject: [PATCH] Bump to v1.6.0-rc4+dev67 --- CHANGELOG.md | 5 +++++ 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(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37716189..80fe1993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Development Build: v1.6.0-rc4+dev67 +- Squash constParameter warning in linux cfe_psp_memory.c +- Remove obsolete _USING_RTEMS_INCLUDES_ +- See and + ## Development Build: v1.6.0-rc4+dev61 - Stop empty function catching CI workflow format checks - Remove redundant/inconsistent comments (/* end of function */, /* end if */ etc.) and clean up empty lines. diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index a90287ae..cf5b950f 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 61 +#define CFE_PSP_IMPL_BUILD_NUMBER 67 #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 a90287ae..cf5b950f 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 61 +#define CFE_PSP_IMPL_BUILD_NUMBER 67 #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 a90287ae..cf5b950f 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 61 +#define CFE_PSP_IMPL_BUILD_NUMBER 67 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4" /*