Skip to content

Commit

Permalink
IC:2021-06-22, Bump to v2.4.0-rc1+dev42
Browse files Browse the repository at this point in the history
*Development Version*
- Remove github issue references in readme's version history
  • Loading branch information
astrogeco committed Jun 24, 2021
1 parent b5e0aee commit 4d5a611
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion 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.4.0-rc1+dev42

- Implement Coding Standard in CodeQL workflow
- See <https://github.com/nasa/ci_lab/pull/88> and <https://github.com/nasa/cFS/pull/270>

### Development Build: v2.4.0-rc1+dev39

- Removes unnecessary call to `CFE_ES_RegisterApp()` since app registration is done automatically.
Expand All @@ -24,7 +29,7 @@ ci_lab is a simple command uplink application that accepts CCSDS telecommand pac

### Development Build: v2.4.0-rc1+dev25

- Fix #74, Add Testing Tools to the Security Policy
- Add Testing Tools to the Security Policy
- See <https://github.com/nasa/ci_lab/pull/76>

### Development Build: v2.4.0-rc1+dev14
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 @@ -32,7 +32,7 @@

/* Development Build Macro Definitions */

#define CI_LAB_BUILD_NUMBER 39 /*!< Development Build: Number of commits since baseline */
#define CI_LAB_BUILD_NUMBER 42 /*!< Development Build: Number of commits since baseline */
#define CI_LAB_BUILD_BASELINE \
"v2.4.0-rc1" /*!< Development Build: git tag that is the base for the current development */

Expand Down

0 comments on commit 4d5a611

Please sign in to comment.