Skip to content

Commit

Permalink
Updating documentation and version numbers for v6.0.0-rc4+dev251
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Jan 5, 2024
1 parent 9f22539 commit 16a8a6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Development Build: v6.0.0-rc4+dev251
- RTEMS semaphore return bugs and functional test update
- See <https://github.com/nasa/osal/pull/1438>

## Development Build: v6.0.0-rc4+dev247
- adjust pthread stack to account for TCB+TLS
- See <https://github.com/nasa/osal/pull/1430>
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 247
#define OS_BUILD_NUMBER 251
#define OS_BUILD_BASELINE "v6.0.0-rc4"

/*
Expand Down

0 comments on commit 16a8a6a

Please sign in to comment.