Skip to content

Commit

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

**Includes**

PR #103
- Apply header guard standard
  • Loading branch information
astrogeco committed Feb 25, 2022
1 parent 94273c3 commit 6c24068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ ci_lab is a simple command uplink application that accepts CCSDS telecommand pac

## Version History

### Development Build: v2.5.0-rc4+dev10

- Apply header guard standard
- See <https://github.com/nasa/cFS/pull/432>

### Development Build: v2.5.0-rc4+dev4

- Use CFE_MSG_PTR conversion macro
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/ci_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/* Development Build Macro Definitions */

#define CI_LAB_BUILD_NUMBER 4 /*!< Development Build: Number of commits since baseline */
#define CI_LAB_BUILD_NUMBER 10 /*!< Development Build: Number of commits since baseline */
#define CI_LAB_BUILD_BASELINE \
"v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */

Expand Down

0 comments on commit 6c24068

Please sign in to comment.