From 0f39a13538476ad6f46f4d84879aaf81ac256ad2 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Mon, 15 Mar 2021 16:38:40 -0400 Subject: [PATCH] Bump to v1.5.0-rc1+dev82 (#269) Update Readme, fix URL for IC-2021-03-12 entry in changelog --- 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, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d0f2dca..a2aa689e 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ This is a collection of APIs abstracting platform specific functionality to be l ## Version History -### Development Build: v1.5.0-rc1+dev80 +### Development Build: v1.5.0-rc1+dev82 - HOTFIX 20210312, updates to work with older CMake -- See +- See ### Development Build: v1.5.0-rc1+dev76 diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index 81a169df..e0c17ec5 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 80 +#define CFE_PSP_IMPL_BUILD_NUMBER 82 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" /* diff --git a/fsw/pc-linux/inc/psp_version.h b/fsw/pc-linux/inc/psp_version.h index ec0ced14..15fd40a7 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 80 +#define CFE_PSP_IMPL_BUILD_NUMBER 82 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" /* diff --git a/fsw/pc-rtems/inc/psp_version.h b/fsw/pc-rtems/inc/psp_version.h index 376e4efc..9b0dc5fb 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 80 +#define CFE_PSP_IMPL_BUILD_NUMBER 82 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" /*