Skip to content

Commit

Permalink
Resolve #177, Add baseline and build to version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo E. Cruz-Ortiz committed Jul 8, 2020
1 parent a21a1d8 commit c5bc2b4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 18 deletions.
18 changes: 12 additions & 6 deletions fsw/mcp750-vxworks/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 12 additions & 6 deletions fsw/pc-linux/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 12 additions & 6 deletions fsw/pc-rtems/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5bc2b4

Please sign in to comment.