Skip to content

Commit

Permalink
Bump to v6.0.0-rc4+dev58
Browse files Browse the repository at this point in the history
IC: Caelum-rc4+dev6, nasa/cFS#443

- Reverts development version identifier to 99 for revision number
  • Loading branch information
astrogeco committed Mar 16, 2022
1 parent 22925f0 commit 1d591d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF

## Version History

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

- Revert development version identifier to 99 for revision number
- Fix cFS-build CodeQL reusable worfklow
- Implement OS_ModuleGetInfo_Impl for RTEMS
- Doxygen strip path and expose common config
- Refactor doxygen and remove mainpage
- See <https://github.com/nasa/osal/pull/1233> and <https://github.com/nasa/cFS/pull/443>

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

- Resolve UT uninitialized variable warnings
Expand Down
9 changes: 4 additions & 5 deletions src/os/inc/osapi-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,22 @@
/*
* Development Build Macro Definitions
*/
#define OS_BUILD_NUMBER 42
#define OS_BUILD_NUMBER 54
#define OS_BUILD_BASELINE "v6.0.0-rc4"

/*
* Version Macro Definitions
*/
#define OS_MAJOR_VERSION 5 /*!< @brief ONLY APPLY for OFFICIAL releases. Major version number. */
#define OS_MINOR_VERSION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Minor version number. */
#define OS_REVISION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision number. */
#define OS_REVISION 99 /*!< * Set to 0 on OFFICIAL releases, and set to 99 on development versions. Revision number. */

/*!
* @brief Mission revision.
*
* Set to 0 on OFFICIAL releases, and set to 255 (0xFF) on development versions.
* Values 1-254 are reserved for mission use to denote patches/customizations as needed.
* Reserved for mission use to denote patches/customizations as needed.
*/
#define OS_MISSION_REV 0xFF
#define OS_MISSION_REV 0

/*
* Tools to construct version string
Expand Down

0 comments on commit 1d591d8

Please sign in to comment.