File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF
1010
1111## Version History
1212
13+ ### Development Build: 5.1.0-rc1+dev38
14+ - Sets Revision to 99 for development builds
15+ - See < https://github.com/nasa/osal/pull/600 >
16+
17+
1318### Development Build: 5.1.0-rc1+dev34
1419
1520- Move this existing function into the public API, as it is performs more verification than the OS_ConvertToArrayIndex
Original file line number Diff line number Diff line change 3030/*
3131 * Development Build Macro Definitions
3232 */
33- #define OS_BUILD_NUMBER 34
33+ #define OS_BUILD_NUMBER 38
3434#define OS_BUILD_BASELINE "v5.1.0-rc1"
3535
3636/*
3737 * Version Macro Definitions
3838 */
3939#define OS_MAJOR_VERSION 5 /*!< @brief ONLY APPLY for OFFICIAL releases. Major version number. */
4040#define OS_MINOR_VERSION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Minor version number. */
41- #define OS_REVISION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision number. */
41+ #define OS_REVISION 99 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision version number. If set to "99" it indicates a development version. */
4242#define OS_MISSION_REV 0 /*!< @brief ONLY USED by MISSION Implementations. Mission revision */
4343
4444/*
You can’t perform that action at this time.
0 commit comments