Skip to content

Commit f12d42b

Browse files
authored
Merge pull request #600 from nasa/integration-candidate
Integration Candidate: 2020-09-16
2 parents 4f7e201 + a25109c commit f12d42b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/os/inc/osapi-version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
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
/*

0 commit comments

Comments
 (0)