Skip to content

Commit

Permalink
HOTFIX 2021-06-01: Update cFS version refs
Browse files Browse the repository at this point in the history
The OSAL documentation should be standalone and not assume the
presence of cFE or directly link to its documentation.  This
corrects documentation link warnings.
  • Loading branch information
jphickey committed Jun 8, 2021
1 parent 8d8d55c commit 0ace283
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/os/inc/osapi-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
/**
* \file
*
* Provide version identifiers for the cFS Operating System Abstraction Layer
* See @ref cfsversions for component versioning strategy
* Provide version identifiers for Operating System Abstraction Layer
*
* @note OSAL follows the same version semantics as cFE/cFS, which in
* turn is based on the Semantic Versioning 2.0 Specification. For
* more information, see the documentation provided with cFE.
*/

#ifndef OSAPI_VERSION_H
Expand Down Expand Up @@ -60,7 +62,6 @@

/*! @brief Development Build Version Number.
* @details Baseline git tag + Number of commits since baseline. @n
* See @ref cfsversions for format differences between development and release versions.
*/
#define OS_VERSION OS_BUILD_BASELINE "+dev" OS_STR(OS_BUILD_NUMBER)

Expand All @@ -71,7 +72,7 @@

/*! @brief Development Build Version String.
* @details Reports the current development build's baseline, number, and name. Also includes a note about the latest
* official version. @n See @ref cfsversions for format differences between development and release versions.
* official version.
*/
#define OS_VERSION_STRING \
" OSAL Development Build\n" \
Expand Down

0 comments on commit 0ace283

Please sign in to comment.