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 41c8e48 commit a0b5e29Copy full SHA for a0b5e29
README.md
@@ -7,6 +7,9 @@ This sample application is a non-flight example application implementation for t
7
sample_app is an example for how to build and link an application in cFS.
8
9
## Version Notes
10
+
11
+- 1.1.6
12
+ - Minor updates (see https://github.com/nasa/sample_app/pull/49)
13
- 1.1.5
14
- Fix to build on RASPBIAN OS
15
- Minor updates (see https://github.com/nasa/sample_app/pull/47)
fsw/src/sample_app_version.h
@@ -33,7 +33,7 @@
33
34
#define SAMPLE_APP_MAJOR_VERSION 1
35
#define SAMPLE_APP_MINOR_VERSION 1
36
-#define SAMPLE_APP_REVISION 5
+#define SAMPLE_APP_REVISION 6
37
#define SAMPLE_APP_MISSION_REV 0
38
39
0 commit comments