Skip to content

Commit 0371af9

Browse files
committed
Bump to v6.0.0-rc4+dev66
IC:Caelum-rc4+dev7, nasa/cFS#445
1 parent bb79923 commit 0371af9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF
1111

1212
## Version History
1313

14+
### Development Build: v6.0.0-rc4+dev66
15+
16+
- Fix UtAssert_StringBufCompare SEGV when -1 for size passed in (on CentOS 7)
17+
- Enable format check workflow on push to all branches
18+
- Update Copyright Headers
19+
- Standardize version.h
20+
- See <https://github.com/nasa/osal/pull/1239> and <https://github.com/nasa/cFS/445>
1421
### Development Build: v6.0.0-rc4+dev54
1522

1623
- Revert development version identifier to 99 for revision number

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 54
37+
#define OS_BUILD_NUMBER 66
3838
#define OS_BUILD_BASELINE "v6.0.0-rc4"
3939

4040
/*

0 commit comments

Comments
 (0)