Skip to content

Commit

Permalink
Bump to v7.0.0-rc4+dev94
Browse files Browse the repository at this point in the history
IC:Caelum-rc4+dev7, nasa/cFS#445
  • Loading branch information
astrogeco committed Mar 25, 2022
1 parent fb8d6f3 commit 830a738
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob

## Changelog

### Development Build: v7.0.0-rc4+dev94

- Resolve build failure for time cfg
- Update Copyright Headers
- Standardize version.h
- See <https://github.com/nasa/cfe/pull/2074> and <https://github.com/nasa/cFS/445>

### Development Build: v7.0.0-rc4+dev87

- Revert development version identifier to 99 for revision number
Expand Down
8 changes: 4 additions & 4 deletions modules/core_api/fsw/inc/cfe_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
#define CFE_VERSION_H

/* Development Build Macro Definitions */
#define CFE_BUILD_NUMBER 80 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_NUMBER 96 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_BASELINE "v7.0.0-rc4" /**< @brief Development: Reference git tag for build number */

/* See \ref cfsversions for definitions */
#define CFE_MAJOR_VERSION 6 /**< @brief Major version number */
#define CFE_MINOR_VERSION 7 /**< @brief Minor version number */
#define CFE_REVISION 99 /**< @brief Revision version number. Value of 99 indicates a development version.*/
#define CFE_MAJOR_VERSION 6 /*!< @brief Major version number */
#define CFE_MINOR_VERSION 7 /*!< @brief Minor version number */
#define CFE_REVISION 99 /*!< @brief Revision version number. Value of 99 indicates a development version.*/

/*!
* @brief Mission revision.
Expand Down

0 comments on commit 830a738

Please sign in to comment.