Skip to content

Commit

Permalink
Increase version to 1.1.2 and update ReadMe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo E. Cruz-Ortiz committed Mar 24, 2020
1 parent 615c2a9 commit fd777f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand All @@ -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

6 changes: 3 additions & 3 deletions fsw/src/sample_lib_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
**
** File: sample_lib_version.h
**
** Purpose:
** Purpose:
** The SAMPLE Lib header file containing version number
**
** Notes:
Expand All @@ -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_ */

/************************/
Expand Down

0 comments on commit fd777f3

Please sign in to comment.