Skip to content

Commit

Permalink
Bump to v2.5.0-rc4+dev31
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Oct 11, 2022
1 parent 673a93e commit 2e00bdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Development Build: v2.5.0-rc4+dev31
- Remove unused PktSize variable.
- Standardize naming of TO_LAB functions/macros etc.
- Create CHANGELOG.md
- See <https://github.com/nasa/to_lab/pull/127>, <https://github.com/nasa/to_lab/pull/126>, and <https://github.com/nasa/to_lab/pull/129>

## Development Build: v2.5.0-rc4+dev23
- Update cmake mimimum required to something more recent
- See <https://github.com/nasa/to_lab/pull/124>
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/to_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define TO_LAB_VERSION_H

/* Development Build Macro Definitions */
#define TO_LAB_BUILD_NUMBER 23 /*!< Development Build: Number of commits since baseline */
#define TO_LAB_BUILD_NUMBER 31 /*!< Development Build: Number of commits since baseline */
#define TO_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 2e00bdb

Please sign in to comment.