Skip to content

Commit

Permalink
Bump to v1.6.0-rc4+dev21
Browse files Browse the repository at this point in the history
Part of IC:Caelum-rc4+dev7, nasa/cFS#445
  • Loading branch information
astrogeco committed Mar 25, 2022
1 parent c135abd commit 8f229c8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ This is a collection of APIs abstracting platform specific functionality to be l

## Version History

### Development Build: v1.6.0-rc4+dev21

- Standardize version.h
- Update Copyright Header
- See <https://github.com/nasa/PSP/pull/330> and <https://github.com/nasa/cFS/445>


### Development Build: v1.6.0-rc4+dev14

- Remove explicit filename doxygen comments
Expand Down
8 changes: 4 additions & 4 deletions fsw/mcp750-vxworks/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 14
#define CFE_PSP_IMPL_BUILD_NUMBER 21
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4"

/*
* Version Macros, see \ref cfsversions for definitions.
*/
#define CFE_PSP_IMPL_MAJOR_VERSION 1 /**< @brief Major version number */
#define CFE_PSP_IMPL_MINOR_VERSION 4 /**< @brief Minor version number */
#define CFE_PSP_IMPL_REVISION 99 /**< @brief Revision version number. Value of 99 indicates a development version.*/
#define CFE_PSP_IMPL_MAJOR_VERSION 1 /*!< @brief Major version number */
#define CFE_PSP_IMPL_MINOR_VERSION 4 /*!< @brief Minor version number */
#define CFE_PSP_IMPL_REVISION 99 /*!< @brief Revision version number. Value of 99 indicates a development version.*/

/*!
* @brief Mission revision.
Expand Down
8 changes: 4 additions & 4 deletions fsw/pc-linux/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 14
#define CFE_PSP_IMPL_BUILD_NUMBER 21
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4"

/*
* Version Macros, see \ref cfsversions for definitions.
*/
#define CFE_PSP_IMPL_MAJOR_VERSION 1 /**< @brief Major version number */
#define CFE_PSP_IMPL_MINOR_VERSION 4 /**< @brief Minor version number */
#define CFE_PSP_IMPL_REVISION 99 /**< @brief Revision version number. Value of 99 indicates a development version.*/
#define CFE_PSP_IMPL_MAJOR_VERSION 1 /*!< @brief Major version number */
#define CFE_PSP_IMPL_MINOR_VERSION 4 /*!< @brief Minor version number */
#define CFE_PSP_IMPL_REVISION 99 /*!< @brief Revision version number. Value of 99 indicates a development version.*/

/*!
* @brief Mission revision.
Expand Down
8 changes: 4 additions & 4 deletions fsw/pc-rtems/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 14
#define CFE_PSP_IMPL_BUILD_NUMBER 21
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4"

/*
* Version Macros, see \ref cfsversions for definitions.
*/
#define CFE_PSP_IMPL_MAJOR_VERSION 1 /**< @brief Major version number */
#define CFE_PSP_IMPL_MINOR_VERSION 4 /**< @brief Minor version number */
#define CFE_PSP_IMPL_REVISION 99 /**< @brief Revision version number. Value of 99 indicates a development version.*/
#define CFE_PSP_IMPL_MAJOR_VERSION 1 /*!< @brief Major version number */
#define CFE_PSP_IMPL_MINOR_VERSION 4 /*!< @brief Minor version number */
#define CFE_PSP_IMPL_REVISION 99 /*!< @brief Revision version number. Value of 99 indicates a development version.*/

/*!
* @brief Mission revision.
Expand Down

0 comments on commit 8f229c8

Please sign in to comment.