Skip to content

Commit

Permalink
Updating documentation and version numbers for v6.0.0-rc4+dev247
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Dec 12, 2023
1 parent 45a6d98 commit 9efb7c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

##Development Build: v6.0.0-rc4+dev243
## Development Build: v6.0.0-rc4+dev247
- adjust pthread stack to account for TCB+TLS
- See <https://github.com/nasa/osal/pull/1430>

## Development Build: v6.0.0-rc4+dev243
- Wrong memory alignment calculation
- See <https://github.com/nasa/osal/pull/1413>

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 243
#define OS_BUILD_NUMBER 247
#define OS_BUILD_BASELINE "v6.0.0-rc4"

/*
Expand Down

0 comments on commit 9efb7c1

Please sign in to comment.