diff --git a/README.md b/README.md index 17b00fa..1740b52 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a ## Release Notes -sample_lib version 1.0.0a is released as part of cFE 6.6.0a under the Apache 2.0 license, see [LICENSE](LICENSE-18128-Apache-2_0.pdf). +- 1.1.0: + - Minor updates (see https://github.com/nasa/sample_lib/pull/6) +- **1.0.0a OFFICIAL RELEASE**: + - Released as part of cFE 6.6.0a under the Apache 2.0 license, see [LICENSE](LICENSE-18128-Apache-2_0.pdf). Note the old GSFC Build toolset is deprecated (fsw/for_build/Makefile) in favor of cmake (CMakeLists.txt) diff --git a/fsw/src/sample_lib_version.h b/fsw/src/sample_lib_version.h index 2942583..bb44ec8 100644 --- a/fsw/src/sample_lib_version.h +++ b/fsw/src/sample_lib_version.h @@ -31,7 +31,7 @@ #define SAMPLE_LIB_MAJOR_VERSION 1 -#define SAMPLE_LIB_MINOR_VERSION 0 +#define SAMPLE_LIB_MINOR_VERSION 1 #define SAMPLE_LIB_REVISION 0 #define SAMPLE_LIB_MISSION_REV 0