diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index e4df0e227..a06774e27 100644 --- a/src/os/inc/osapi-version.h +++ b/src/os/inc/osapi-version.h @@ -23,6 +23,7 @@ * * Purpose: * The OSAL version numbers + * See cfe documentation for version and build number descriptions */ #ifndef _osapi_version_h_ @@ -36,12 +37,11 @@ /* Baseling git tag + Number of commits since baseline */ \ #define OS_VERSION "5.0.0+dev" OS_STR(ELF2CFETBL_BUILDNUMBER) -#define OS_VERSION_STRING "osal development build \n" OS_VERSION -" (Codename: Bootes)" /* Codename for current development */ - "\n\nCompiled on " __DATE__ __TIME__ +#define OS_VERSION_STRING \ + "osal development build \n" OS_VERSION " (Codename: Bootes)" /* Codename for current development */ \ + "\n\nCompiled on " __DATE__ __TIME__ \ "\n\nLatest Official Version: osal v5.0.0\n" /* For full support please use this version */ - /* * Macro Definitions * ONLY APPLY for OFFICIAL release builds @@ -61,7 +61,6 @@ */ /* -/** * Combine the revision components into a single value that application code can check against * e.g. "#if OSAL_API_VERSION >= 40100" would check if some feature added in