Skip to content

Commit

Permalink
Bump to v6.0.0-rc4+dev42
Browse files Browse the repository at this point in the history
Part of IC:Caelum+dev4, nasa/cFS#432

**Includes**

PR #1215
- Resolve UT uninitialized variable warnings

PR #1219
- Add ut_assert to doxygen and fix warnings

PR #1223
- Protect if OS_FDGetInfo called on socket
  • Loading branch information
astrogeco committed Feb 25, 2022
1 parent b06b98e commit 776de07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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+dev42

- Resolve UT uninitialized variable warnings
- Add ut_assert to doxygen and fix warnings
- Protect if OS_FDGetInfo called on socket
- See <https://github.com/nasa/osal/pull/1226> and <https://github.com/nasa/cFS/pull/432>

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

- Typesafe definition of osal_id_t
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 32
#define OS_BUILD_NUMBER 42
#define OS_BUILD_BASELINE "v6.0.0-rc4"

/*
Expand Down

0 comments on commit 776de07

Please sign in to comment.