Skip to content

Commit

Permalink
Resolve nasa#531, Add baseline and build number to version.h
Browse files Browse the repository at this point in the history
Also reset REVISION number to Zero
  • Loading branch information
Gerardo E. Cruz-Ortiz committed Jul 8, 2020
1 parent 9eaf83b commit 811ee54
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/os/inc/osapi-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,21 @@
*
* Purpose:
* The OSAL version numbers
* See cfe documentation for version and build number descriptions
*/

#ifndef _osapi_version_h_
#define _osapi_version_h_

/*
* Development build identifiers
*/
#define OS_BASELINE "Bootes"
#define OS_BUILDNUMBER 236

#define OS_MAJOR_VERSION 5 /**< @brief Major version number */
#define OS_MINOR_VERSION 0 /**< @brief Minor version number */
#define OS_REVISION 21 /**< @brief Revision number */
#define OS_REVISION 0 /**< @brief Revision number */
#define OS_MISSION_REV 0 /**< @brief Mission revision */

/**
Expand Down

0 comments on commit 811ee54

Please sign in to comment.