Skip to content

Commit

Permalink
Updating documentation and version numbers for equuleus-rc1+dev62
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Oct 3, 2024
1 parent 5dcd109 commit ff121fa
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: equuleus-rc1+dev62
- Rename CommandCode variable to Fcncode
- Light initialization logic refactor + remove multiple returns
- See <https://github.com/nasa/to_lab/pull/171> and <https://github.com/nasa/to_lab/pull/180>

## Development Build: equuleus-rc1+dev56
- Add CFE_EVS_SHORT_EVENT_MSG_MID to to_lab_sub.c
- See <https://github.com/nasa/to_lab/pull/198>
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 56 /*!< Development Build: Number of commits since baseline */
#define TO_LAB_BUILD_NUMBER 62 /*!< Development Build: Number of commits since baseline */
#define TO_LAB_BUILD_BASELINE "equuleus-rc1" /*!< Development Build: git tag that is the base for the current development */
#define TO_LAB_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
#define TO_LAB_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */
Expand Down

0 comments on commit ff121fa

Please sign in to comment.