diff --git a/README.md b/README.md index b497d588..f9fc522c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ This is a collection of APIs abstracting platform specific functionality to be l ## Version History +### Development Build: 1.4.0+dev76 + +- Provide a new framework and perform PSP coverage tests. New coverage test executable is built and several files within PSP are targeted. +- See + ### Development Build: 1.4.0+dev71 - 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. diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index d379ddff..d8decb74 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 71 +#define CFE_PSP_IMPL_BUILD_NUMBER 76 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.4.0+dev" /* @@ -57,7 +57,7 @@ * See @ref cfsversions for format differences between development and release versions. */ #define CFE_PSP_IMPL_VERSION_STRING \ - " PSP Development Build\n " CFE_PSP_IMPL_VERSION " (Codename: Bootes)" /* Codename for current development */ \ - "\n Last Official Release: psp v1.4.0" /* For full support please use this version */ + " PSP Development Build " CFE_PSP_IMPL_VERSION /* Codename for current development */ \ + ", Last Official Release: psp v1.4.0" /* For full support please use this version */ #endif /* _psp_version_ */ diff --git a/fsw/pc-linux/inc/psp_version.h b/fsw/pc-linux/inc/psp_version.h index f455e942..c5ed2451 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 71 +#define CFE_PSP_IMPL_BUILD_NUMBER 76 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.4.0+dev" /* @@ -57,7 +57,7 @@ * See @ref cfsversions for format differences between development and release versions. */ #define CFE_PSP_IMPL_VERSION_STRING \ - " PSP Development Build\n " CFE_PSP_IMPL_VERSION " (Codename: Bootes)" /* Codename for current development */ \ - "\n Last Official Release: psp v1.4.0" /* For full support please use this version */ + " PSP DEVELOPMENT BUILD " CFE_PSP_IMPL_VERSION \ + ", Last Official Release: psp v1.4.0" /* For full support please use this version */ #endif /* _psp_version_ */ diff --git a/fsw/pc-rtems/inc/psp_version.h b/fsw/pc-rtems/inc/psp_version.h index a9167369..70ad8862 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 71 +#define CFE_PSP_IMPL_BUILD_NUMBER 76 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.4.0+dev" /* @@ -57,7 +57,7 @@ * See @ref cfsversions for format differences between development and release versions. */ #define CFE_PSP_IMPL_VERSION_STRING \ - " PSP Development Build\n " CFE_PSP_IMPL_VERSION " (Codename: Bootes)" /* Codename for current development */ \ - "\n Last Official Release: psp v1.4.0" /* For full support please use this version */ + " PSP DEVELOPMENT BUILD " CFE_PSP_IMPL_VERSION /* Codename for current development */ \ + ", Last Official Release: psp v1.4.0" /* For full support please use this version */ #endif /* _psp_version_ */