Skip to content

Commit

Permalink
Update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Sep 16, 2019
1 parent b773297 commit b6c4696
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion fsw/src/sample_lib_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6c4696

Please sign in to comment.