From fd777f3abe5186bf7242baf9828463622dffab0f Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Tue, 24 Mar 2020 10:24:08 -0400 Subject: [PATCH] Increase version to 1.1.2 and update ReadMe. --- README.md | 4 +++- fsw/src/sample_lib_version.h | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c6ff45..e58b42a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a ## Version Notes +- 1.1.2: DEVELOPMENT + - Added coverage test and a stub library to facilitate unit test + - Minor updates (see https://github.com/nasa/sample_lib/pull/16) - 1.1.1: DEVELOPMENT - Minor updates (see https://github.com/nasa/sample_lib/pull/14) - **1.1.0 OFFICIAL RELEASE**: @@ -25,4 +28,3 @@ As a lab library, extensive testing is not performed prior to release and only m For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS. Official cFS page: http://cfs.gsfc.nasa.gov - diff --git a/fsw/src/sample_lib_version.h b/fsw/src/sample_lib_version.h index e669ec0..be76a7c 100644 --- a/fsw/src/sample_lib_version.h +++ b/fsw/src/sample_lib_version.h @@ -20,7 +20,7 @@ ** ** File: sample_lib_version.h ** -** Purpose: +** Purpose: ** The SAMPLE Lib header file containing version number ** ** Notes: @@ -32,10 +32,10 @@ #define SAMPLE_LIB_MAJOR_VERSION 1 #define SAMPLE_LIB_MINOR_VERSION 1 -#define SAMPLE_LIB_REVISION 1 +#define SAMPLE_LIB_REVISION 2 #define SAMPLE_LIB_MISSION_REV 0 - + #endif /* _sample_lib_version_h_ */ /************************/