Skip to content

Commit

Permalink
Bump to v7.0.0-rc4+dev103
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Aug 4, 2022
1 parent e6a8537 commit eed9ac8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF

## Changelog

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

- Remove stray terminators
- Add RTEMS timebase callback wrapper
- See <https://github.com/nasa/osal/pull/1274> and <https://github.com/nasa/osal/pull/1276>

### Development Build: v6.0.0-rc4+dev97
- Ensure address alignment of TCB for VxWorks 7
- See <https://github.com/nasa/osal/pull/1272>
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 @@ -34,7 +34,7 @@
/*
* Development Build Macro Definitions
*/
#define OS_BUILD_NUMBER 97
#define OS_BUILD_NUMBER 103
#define OS_BUILD_BASELINE "v6.0.0-rc4"

/*
Expand Down

0 comments on commit eed9ac8

Please sign in to comment.