diff --git a/README.md b/README.md index e5e1a09db..39572f0a3 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,12 @@ The autogenerated OSAL user's guide can be viewed at +### Development Build: 5.1.0-rc1+dev34 + +- Move this existing function into the public API, as it is performs more verification than the OS_ConvertToArrayIndex +function. +- The C library type is signed, and this makes the result check work as intended. +- See ### Development Build: 5.1.0-rc1+dev16 diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index 1600d90be..91e9a9a19 100644 --- a/src/os/inc/osapi-version.h +++ b/src/os/inc/osapi-version.h @@ -30,7 +30,7 @@ /* * Development Build Macro Definitions */ -#define OS_BUILD_NUMBER 27 +#define OS_BUILD_NUMBER 34 #define OS_BUILD_BASELINE "v5.1.0-rc1" /*