From ebd393f1a6f35d20154c199f00aae025fddf8357 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 29 Feb 2024 15:55:51 -0500 Subject: [PATCH] Updating documentation and version numbers for equuleus-rc1+dev58 --- CHANGELOG.md | 4 ++++ src/os/inc/osapi-version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab70b676..473ed89c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Development Build: equuleus-rc1:dev58 +- POSIX implementation honors stack pointer +- See + ## Development Build: equuleus-rc1+dev53 - use virtual path as name for FS_BASED maps - Remove softsleep, as a dead store. diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index 900eebd3d..56481ffbd 100644 --- a/src/os/inc/osapi-version.h +++ b/src/os/inc/osapi-version.h @@ -34,7 +34,7 @@ /* * Development Build Macro Definitions */ -#define OS_BUILD_NUMBER 53 +#define OS_BUILD_NUMBER 58 #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 */