Skip to content

Commit

Permalink
Merge pull request #587 from astrogeco/fix-version-es-hk-bootes
Browse files Browse the repository at this point in the history
Apply #585 to Bootes, Set Revision to 99 for development build
  • Loading branch information
astrogeco committed Oct 13, 2020
2 parents 8cfd6fe + f7f39f1 commit 00dc94d
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 00dc94d

Please sign in to comment.