Skip to content

Commit

Permalink
Bump to v6.0.0-rc4+dev66
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 bb79923 commit 76c56bf
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 @@ -11,6 +11,13 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF

## Version History

### Development Build: v6.0.0-rc4+dev66

- Fix UtAssert_StringBufCompare SEGV when -1 for size passed in (on CentOS 7)
- Enable format check workflow on push to all branches
- Update Copyright Headers
- Standardize version.h
- See <https://github.com/nasa/osal/pull/1239> and <https://github.com/nasa/cFS/445>
### Development Build: v6.0.0-rc4+dev54

- Revert development version identifier to 99 for revision number
Expand Down
8 changes: 4 additions & 4 deletions src/os/inc/osapi-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
/*
* Development Build Macro Definitions
*/
#define OS_BUILD_NUMBER 54
#define OS_BUILD_NUMBER 66
#define OS_BUILD_BASELINE "v6.0.0-rc4"

/*
* Version Macros, see \ref cfsversions for definitions.
*/
#define OS_MAJOR_VERSION 5 /**< @brief Major version number */
#define OS_MINOR_VERSION 0 /**< @brief Minor version number */
#define OS_REVISION 99 /**< @brief Revision version number. Value of 99 indicates a development version.*/
#define OS_MAJOR_VERSION 5 /*!< @brief Major version number */
#define OS_MINOR_VERSION 0 /*!< @brief Minor version number */
#define OS_REVISION 99 /*!< @brief Revision version number. Value of 99 indicates a development version.*/

/*!
* @brief Mission revision.
Expand Down

0 comments on commit 76c56bf

Please sign in to comment.