Skip to content

Commit

Permalink
Bump to v6.0.0-rc4+dev29
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Jan 21, 2022
1 parent c67450b commit 6375bbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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+dev29

- Search global and local symbol tables
- Add missing space to UtAssert_STUB_COUNT
- Add UINT8 and UINT16 equivalents for UtAssert_UINT32_ macros
- correct warnings on gcc11
- Set output in OS_stat handler
- Reuse CodeQL, Static Analysis, Format Check
- See <https://github.com/nasa/osal/pull/1212> and <https://github.com/nasa/cFS/pull/410>
### Development Build: v6.0.0-rc4+dev15

- Add Duplicate Check to Local Unit Test
Expand Down
2 changes: 1 addition & 1 deletion src/os/inc/osapi-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/*
* Development Build Macro Definitions
*/
#define OS_BUILD_NUMBER 15
#define OS_BUILD_NUMBER 29
#define OS_BUILD_BASELINE "v6.0.0-rc4"

/*
Expand Down

0 comments on commit 6375bbf

Please sign in to comment.