Skip to content

Commit 88d4b3b

Browse files
authored
Merge pull request #1376 from nasa/integration-candidate
osal Integration candidate: Caelum-rc4+dev43
2 parents c6916b9 + 98cbee5 commit 88d4b3b

File tree

4 files changed

+471
-191
lines changed

4 files changed

+471
-191
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Development Build: v6.0.0-rc4+dev209
4+
- add assert macros for other data types
5+
- See <https://github.com/nasa/osal/pull/1375>
6+
37
## Development Build: v6.0.0-rc4+dev205
48
- fixup API headers for C++
59
- workflow to validate OSAL API

src/os/inc/osapi-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/*
3535
* Development Build Macro Definitions
3636
*/
37-
#define OS_BUILD_NUMBER 205
37+
#define OS_BUILD_NUMBER 209
3838
#define OS_BUILD_BASELINE "v6.0.0-rc4"
3939

4040
/*

0 commit comments

Comments
 (0)