From 7cba4b8bb9948d6f3be2834faa87735e3b24cd0b Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Wed, 12 May 2021 11:25:46 -0400 Subject: [PATCH] IC:2021-05-11, Bump to v5.1.0-rc1+dev434 --- README.md | 10 ++++++++++ src/os/inc/osapi-version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index def26b8eb..7ec3d55e2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@ The autogenerated OSAL user's guide can be viewed at and + ### Development Build: v5.1.0-rc1+dev417 - Fixes infinite loop in `UtPrintx()`. Adds the data's memory address to output. Note, UtPrintf displays the the file/line of the `UtPrintx` function, **not the actual test location**; it is better to call `UT_BSP_DoText` directly. diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index 25138e42c..9b9805085 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 417 +#define OS_BUILD_NUMBER 434 #define OS_BUILD_BASELINE "v5.1.0-rc1" /*