diff --git a/README.md b/README.md index 67e130f82..3a2d203b3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,28 @@ The autogenerated OSAL user's guide can be viewed at and + ### Development Build: v5.1.0-rc1+dev458 - Adds Counting Semaphore Test with timeouts diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index 2ce89d3a7..dfe4c572b 100644 --- a/src/os/inc/osapi-version.h +++ b/src/os/inc/osapi-version.h @@ -21,8 +21,8 @@ /** * \file * - * Provide version identifiers for cFS' Operating System Abstraction Layer - * See @ref cfsversions for version and build number and description + * Provide version identifiers for the cFS Operating System Abstraction Layer + * See @ref cfsversions for component versioning strategy * */ @@ -34,7 +34,7 @@ /* * Development Build Macro Definitions */ -#define OS_BUILD_NUMBER 458 +#define OS_BUILD_NUMBER 500 #define OS_BUILD_BASELINE "v5.1.0-rc1" /*