Skip to content

Commit

Permalink
Updating documentation and version numbers for equuleus-rc1+dev73
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Jul 2, 2024
1 parent ac7c9f5 commit 41738c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Development Build: equuleus-rc1+dev73
- High-res timed stream ops
- Moves OS_strnlen to public API and adds static analysis comments
- See <https://github.com/nasa/osal/pull/1456> and <https://github.com/nasa/osal/pull/1465>

## Development Build: equuleus-rc1+dev66
- Adds node20 compatible github actions
- See <https://github.com/nasa/osal/pull/1460>
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 66
#define OS_BUILD_NUMBER 73
#define OS_BUILD_BASELINE "equuleus-rc1"
#define OS_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
#define OS_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */
Expand Down

0 comments on commit 41738c4

Please sign in to comment.