Skip to content

Commit

Permalink
Fix #584, Set Revision to 99 for development build
Browse files Browse the repository at this point in the history
The version number macros major, minor, and revision, are used in the HK telemetry which can lead to confusion.
  • Loading branch information
astrogeco committed Sep 1, 2020
1 parent 8cfd6fe commit f7f39f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/inc/osapi-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
#define OS_MAJOR_VERSION 5 /*!< @brief ONLY APPLY for OFFICIAL releases. Major version number. */
#define OS_MINOR_VERSION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Minor version number. */
#define OS_REVISION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision number. */
#define OS_REVISION 99/*!< @brief ONLY APPLY for OFFICIAL releases. Revision version number. If set to "99" it indicates a development version. */
#define OS_MISSION_REV 0 /*!< @brief ONLY USED by MISSION Implementations. Mission revision */

/*
Expand Down

0 comments on commit f7f39f1

Please sign in to comment.