From 98cbee5b18cde017268aaadcceae82e409ea455c Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 16 Mar 2023 16:09:35 -0400 Subject: [PATCH] Bump to v6.0.0-rc4+dev209 --- 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 8a75b1c07..bf15462a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Development Build: v6.0.0-rc4+dev209 +- add assert macros for other data types +- See + ## Development Build: v6.0.0-rc4+dev205 - fixup API headers for C++ - workflow to validate OSAL API diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index f72ed4b73..112e21c56 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 205 +#define OS_BUILD_NUMBER 209 #define OS_BUILD_BASELINE "v6.0.0-rc4" /*