From c5bc2b460d29e85d27eeba950f9c34256cc6e67f Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Wed, 8 Jul 2020 12:23:15 -0400 Subject: [PATCH] Resolve #177, Add baseline and build to version.h --- fsw/mcp750-vxworks/inc/psp_version.h | 18 ++++++++++++------ fsw/pc-linux/inc/psp_version.h | 18 ++++++++++++------ fsw/pc-rtems/inc/psp_version.h | 18 ++++++++++++------ 3 files changed, 36 insertions(+), 18 deletions(-) diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index 7c9233bf..f0779f50 100644 --- a/fsw/mcp750-vxworks/inc/psp_version.h +++ b/fsw/mcp750-vxworks/inc/psp_version.h @@ -19,16 +19,22 @@ */ /* -** File: psp_version.h -** -** Purpose: -** Provide version identifiers for the cFE Platform Support Packages (PSP). -** -*/ + * File: psp_version.h + * + * Purpose: + * Provide version identifiers for the cFE Platform Support Packages (PSP). + * See cfe documentation for version and build number descriptions + * + */ #ifndef _psp_version_ #define _psp_version_ +/* +** Development build identifiers +*/ +#define CFE_PSP_BASELINE "Bootes" +#define CFE_PSP_BUILDNUMBER 67 /* ** Macro Definitions diff --git a/fsw/pc-linux/inc/psp_version.h b/fsw/pc-linux/inc/psp_version.h index 7c9233bf..02e51ff4 100644 --- a/fsw/pc-linux/inc/psp_version.h +++ b/fsw/pc-linux/inc/psp_version.h @@ -19,16 +19,22 @@ */ /* -** File: psp_version.h -** -** Purpose: -** Provide version identifiers for the cFE Platform Support Packages (PSP). -** -*/ + * File: psp_version.h + * + * Purpose: + * Provide version identifiers for the cFE Platform Support Packages (PSP). + * See cfe documentation for version and build number descriptions + * + */ #ifndef _psp_version_ #define _psp_version_ +/* + * Development build identifiers + */ +#define CFE_PSP_BASELINE "Bootes" +#define CFE_PSP_BUILDNUMBER 67 /* ** Macro Definitions diff --git a/fsw/pc-rtems/inc/psp_version.h b/fsw/pc-rtems/inc/psp_version.h index 7c9233bf..02e51ff4 100644 --- a/fsw/pc-rtems/inc/psp_version.h +++ b/fsw/pc-rtems/inc/psp_version.h @@ -19,16 +19,22 @@ */ /* -** File: psp_version.h -** -** Purpose: -** Provide version identifiers for the cFE Platform Support Packages (PSP). -** -*/ + * File: psp_version.h + * + * Purpose: + * Provide version identifiers for the cFE Platform Support Packages (PSP). + * See cfe documentation for version and build number descriptions + * + */ #ifndef _psp_version_ #define _psp_version_ +/* + * Development build identifiers + */ +#define CFE_PSP_BASELINE "Bootes" +#define CFE_PSP_BUILDNUMBER 67 /* ** Macro Definitions