diff --git a/README.md b/README.md index 59bd85f..8316b5d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ sample_app is an example for how to build and link an application in cFS. See al ## Version History +### Development Build: 1.1.0+dev65 + +- Add build number and baseline to version report +- Install unit test as part of cmake recipe. Sample app test runner now shows up in expected install directory +- See + ### Development Build: 1.1.11 - Move the table to fsw/tables and renames "sample_table" to "sample_app_table diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index 0cd19c1..e80f1d7 100644 --- a/fsw/src/sample_app_version.h +++ b/fsw/src/sample_app_version.h @@ -32,7 +32,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_APP_BUILD_NUMBER 64 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_APP_BUILD_NUMBER 65 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_APP_BUILD_BASELINE "v1.1.0" /*!< Development Build: git tag that is the base for the current development */ /* Version Macro Definitions */ @@ -56,7 +56,7 @@ * See @ref cfsversions for format differences between development and release versions. */ #define SAMPLE_APP_VERSION_STRING \ - " Sample App Development Build " \ + " Sample App DEVELOPMENT BUILD " \ SAMPLE_APP_VERSION \ ", Last Official Release: v1.1.0" /* For full support please use this version */