diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d474548d..3cfc1403e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Development Build: equuleus-rc1+dev47 +- use virtual path as name for FS_BASED maps +- POSIX implementation honors stack pointer +- See and + ## Development Build: equuleus-rc1+dev41 - Remove unreachable branch (superfluous if condition) - See diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index 8fb218689..a46f55329 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 41 +#define OS_BUILD_NUMBER 47 #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 */