diff --git a/README.md b/README.md index 7d1deac5e..cbbb80a25 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,18 @@ The autogenerated OSAL user's guide can be viewed at and + + ### Development Build: v5.1.0-rc1+dev619 - Enable symbol api test and MIR dump too large @@ -18,6 +30,7 @@ The autogenerated OSAL user's guide can be viewed at and + ### Development Build: v5.1.0-rc1+dev604 - Add typecast to memchr call diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index 9c1ad5b6e..6e4ce779a 100644 --- a/src/os/inc/osapi-version.h +++ b/src/os/inc/osapi-version.h @@ -36,8 +36,8 @@ /* * Development Build Macro Definitions */ -#define OS_BUILD_NUMBER 619 -#define OS_BUILD_BASELINE "v5.1.0-rc1" +#define OS_BUILD_NUMBER 15 +#define OS_BUILD_BASELINE "v6.0.0-rc4" /* * Version Macro Definitions @@ -68,7 +68,7 @@ /*! @brief Version code name * All modular components which are tested/validated together should share the same code name */ -#define OS_VERSION_CODENAME "Bootes" +#define OS_VERSION_CODENAME "Draco" /*! @brief Development Build Version String. * @details Reports the current development build's baseline, number, and name. Also includes a note about the latest