diff --git a/README.md b/README.md index 7273ada..ed9b1ad 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ This sample application is a non-flight example application implementation for t sample_app is an example for how to build and link an application in cFS. ## Version Notes +- 1.1.5 + - Fix to build on RASPBIAN OS + - Minor updates (see https://github.com/nasa/sample_app/pull/47) - 1.1.4 - Fix for a clean build with OMIT_DEPRECATED - Minor updates (see https://github.com/nasa/sample_app/pull/44) diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index cea877b..a8b9294 100644 --- a/fsw/src/sample_app_version.h +++ b/fsw/src/sample_app_version.h @@ -33,7 +33,7 @@ #define SAMPLE_APP_MAJOR_VERSION 1 #define SAMPLE_APP_MINOR_VERSION 1 -#define SAMPLE_APP_REVISION 4 +#define SAMPLE_APP_REVISION 5 #define SAMPLE_APP_MISSION_REV 0