We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101adb4 commit 1743a68Copy full SHA for 1743a68
README.md
@@ -11,6 +11,11 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF
11
12
## Version History
13
14
+### Development Build: v5.1.0-rc1+dev604
15
+
16
+- Add typecast to memchr call
17
+- Regex update in coverage enforcement to match `.0`
18
+- See <https://github.com/nasa/osal/pull/1145> and <https://github.com/nasa/cFS/pull/351>
19
### Development Build: v5.1.0-rc1+dev598
20
21
- Add UTAssert macros that help test bit field storage
src/os/inc/osapi-version.h
@@ -36,7 +36,7 @@
36
/*
37
* Development Build Macro Definitions
38
*/
39
-#define OS_BUILD_NUMBER 598
+#define OS_BUILD_NUMBER 604
40
#define OS_BUILD_BASELINE "v5.1.0-rc1"
41
42
0 commit comments