Skip to content

Commit

Permalink
IC:2021-09-07, Bump to v5.1.0-rc1+dev604
Browse files Browse the repository at this point in the history
Part of nasa/cFS#351
  • Loading branch information
astrogeco committed Sep 9, 2021
1 parent 101adb4 commit 1743a68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF

## Version History

### Development Build: v5.1.0-rc1+dev604

- Add typecast to memchr call
- Regex update in coverage enforcement to match `.0`
- See <https://github.com/nasa/osal/pull/1145> and <https://github.com/nasa/cFS/pull/351>
### Development Build: v5.1.0-rc1+dev598

- Add UTAssert macros that help test bit field storage
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 598
#define OS_BUILD_NUMBER 604
#define OS_BUILD_BASELINE "v5.1.0-rc1"

/*
Expand Down

0 comments on commit 1743a68

Please sign in to comment.