Skip to content

Commit

Permalink
Updating documentation and version numbers for v2.5.0-rc4+dev69
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Nov 13, 2023
1 parent dd837b1 commit baed83d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Development Build: v2.5.0-rc4+dev69
- add decode hooks
- Add version information to NOOP event
- See <https://github.com/nasa/ci_lab/pull/152> and <https://github.com/nasa/ci_lab/pull/153>

## Development Build: v2.5.0-rc4+dev51
- reorganize source files
- See <https://github.com/nasa/ci_lab/pull/148>
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 @@ -25,7 +25,7 @@

/* Development Build Macro Definitions */

#define CI_LAB_BUILD_NUMBER 51 /*!< Development Build: Number of commits since baseline */
#define CI_LAB_BUILD_NUMBER 69 /*!< 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 baed83d

Please sign in to comment.