Skip to content

Commit

Permalink
Bump to v1.3.0-rc4+dev9
Browse files Browse the repository at this point in the history
Part of IC:Caelum+dev4, nasa/cFS#432

**Includes**

PR #74
- Apply header guard standard

PR #76
 - Remove explicit filename doxygen comments
  • Loading branch information
astrogeco committed Feb 25, 2022
1 parent 17181cd commit 7b00e67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a

## Version History

### Development Build: v1.3.0-rc4+dev9

- Apply header guard standard
- Remove explicit filename doxygen comments
- See <https://github.com/nasa/cFS/pull/432>

### Development Build: v1.3.0-rc4+dev3

- Update baseline to cFS-Caelum-rc4: v1.3.0-rc4
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 @@ -32,7 +32,7 @@

/* Development Build Macro Definitions */

#define SAMPLE_LIB_BUILD_NUMBER 3 /*!< Development Build: Number of commits since baseline */
#define SAMPLE_LIB_BUILD_NUMBER 9 /*!< Development Build: Number of commits since baseline */
#define SAMPLE_LIB_BUILD_BASELINE \
"v1.3.0-rc4" /*!< Development Build: git tag that is the base for the current development */

Expand Down

0 comments on commit 7b00e67

Please sign in to comment.