Skip to content

Commit fd777f3

Browse files
author
Gerardo E. Cruz-Ortiz
committed
Increase version to 1.1.2 and update ReadMe.
1 parent 615c2a9 commit fd777f3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a
88

99
## Version Notes
1010

11+
- 1.1.2: DEVELOPMENT
12+
- Added coverage test and a stub library to facilitate unit test
13+
- Minor updates (see https://github.com/nasa/sample_lib/pull/16)
1114
- 1.1.1: DEVELOPMENT
1215
- Minor updates (see https://github.com/nasa/sample_lib/pull/14)
1316
- **1.1.0 OFFICIAL RELEASE**:
@@ -25,4 +28,3 @@ As a lab library, extensive testing is not performed prior to release and only m
2528
For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS.
2629

2730
Official cFS page: http://cfs.gsfc.nasa.gov
28-

fsw/src/sample_lib_version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
**
2121
** File: sample_lib_version.h
2222
**
23-
** Purpose:
23+
** Purpose:
2424
** The SAMPLE Lib header file containing version number
2525
**
2626
** Notes:
@@ -32,10 +32,10 @@
3232

3333
#define SAMPLE_LIB_MAJOR_VERSION 1
3434
#define SAMPLE_LIB_MINOR_VERSION 1
35-
#define SAMPLE_LIB_REVISION 1
35+
#define SAMPLE_LIB_REVISION 2
3636
#define SAMPLE_LIB_MISSION_REV 0
3737

38-
38+
3939
#endif /* _sample_lib_version_h_ */
4040

4141
/************************/

0 commit comments

Comments
 (0)