From 70827cc3f3ace739536e45edb6737e880613f846 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Sat, 25 Jul 2020 19:42:15 -0400 Subject: [PATCH] Increase build number to 71 and update Readme --- 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, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 287485aa..8b962201 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ This is a collection of APIs abstracting platform specific functionality to be l ## Version History +### Development Build: 1.4.0+dev70 + +- Restructure code to make more amicable for rebuilding in a unit test environment. No major changes, primarily just shifting code between locations/headers to support unit testing. +- Adds a char element `Version` to `CFE_PSP_VersionInfo_t` containing the version number expressed as a string. Defines new macros for the Build Number and the Build Baseline. +- See + ### Development Build: 1.4.14 - Changes the PSP reference to be compatible with the change in nasa/osal#449 making the BSP modules more generic and changes the name. diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index f722c454..d379ddff 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 68 +#define CFE_PSP_IMPL_BUILD_NUMBER 71 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.4.0+dev" /* diff --git a/fsw/pc-linux/inc/psp_version.h b/fsw/pc-linux/inc/psp_version.h index a9dc8836..f455e942 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 68 +#define CFE_PSP_IMPL_BUILD_NUMBER 71 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.4.0+dev" /* diff --git a/fsw/pc-rtems/inc/psp_version.h b/fsw/pc-rtems/inc/psp_version.h index 67d0da42..a9167369 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 68 +#define CFE_PSP_IMPL_BUILD_NUMBER 71 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.4.0+dev" /*