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