From ead5723f59ee49b36a36d6cb66c4cfe680ebbd68 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Fri, 5 Mar 2021 17:28:34 -0500 Subject: [PATCH] IC-20210305, Update readme and version --- README.md | 7 +++++-- src/os/inc/osapi-version.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index befb370c2..46f9cc480 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ The autogenerated OSAL user's guide can be viewed at + ### Development Build: v5.1.0-rc1+dev293 - Avoids various "possible uninitialized variable" warnings for routines that utilize this API. @@ -25,8 +30,6 @@ The autogenerated OSAL user's guide can be viewed at - - ### Development Build: v5.1.0-rc1+dev280 - Makes tests skip after getting their first not implemented error. diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index 5eafadf8d..45db59c9f 100644 --- a/src/os/inc/osapi-version.h +++ b/src/os/inc/osapi-version.h @@ -32,7 +32,7 @@ /* * Development Build Macro Definitions */ -#define OS_BUILD_NUMBER 293 +#define OS_BUILD_NUMBER 297 #define OS_BUILD_BASELINE "v5.1.0-rc1" /*