Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration Candidate: 2020-05-20 #24

Merged
merged 4 commits into from
May 29, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Increase Version to 1.1.4 and update Readme
  • Loading branch information
Gerardo E. Cruz-Ortiz committed May 29, 2020
commit e686a20b83bad0bc3df31fcaac54d972d0154910
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a

## Version History

#### Development Build: 1.1.4

- Apply code style
- See https://github.com/nasa/sample_lib/pull/24

#### Development Build: 1.1.3

- Coverage data `make lcov` includes the sample_lib code
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 1
#define SAMPLE_LIB_REVISION 3
#define SAMPLE_LIB_REVISION 4
#define SAMPLE_LIB_MISSION_REV 0

#endif /* _sample_lib_version_h_ */
Expand Down