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 0f10e0e commit 155e9ebCopy full SHA for 155e9eb
README.md
@@ -18,9 +18,11 @@ This distribution contains:
18
Version Notes:
19
==============
20
21
-- 5.0.2:
+- 5.0.3: DEVELOPMENT
22
+ - Minor updates (see https://github.com/nasa/osal/pull/292)
23
+- 5.0.2: DEVELOPMENT
24
- Bug fixes and minor updates (see https://github.com/nasa/osal/pull/281)
-- 5.0.1:
25
+- 5.0.1: DEVELOPMENT
26
- Minor updates (see https://github.com/nasa/osal/pull/264)
27
- 5.0.0: RELEASE CANDIDATE
28
- In build verification testing to be considered for official release
src/os/inc/osapi-version.h
@@ -20,7 +20,7 @@
#define OS_MAJOR_VERSION 5
#define OS_MINOR_VERSION 0
-#define OS_REVISION 2
+#define OS_REVISION 3
#define OS_MISSION_REV 0
/**
0 commit comments