From 4f40a9579d92401cc0e1f750bba1534d26db6417 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Wed, 1 Apr 2020 10:22:19 -0400 Subject: [PATCH] Increase version to 1.1.7 and update ReadMe --- README.md | 4 +++- fsw/src/sample_app_version.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0164775..768b63f 100644 --- a/README.md +++ b/README.md @@ -7,7 +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.7 + - Fix bug where table is not released after being used + - Minor updates (see https://github.com/nasa/sample_app/pull/48) - 1.1.6 - Minor updates (see https://github.com/nasa/sample_app/pull/49) - 1.1.5 diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index d603083..cb30f66 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 6 +#define SAMPLE_APP_REVISION 7 #define SAMPLE_APP_MISSION_REV 0