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" /*