Skip to content

Commit

Permalink
Updating documentation and version numbers for v2.5.0-rc4+dev83
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Jan 4, 2024
1 parent 1ec32f4 commit 179d84a
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+dev83
- SC_1HZ_WAKEUP_MID deprecated
- CFE_TIME_1HZ_CMD_MID deprecated
- See <https://github.com/nasa/sch_lab/pull/164> and <https://github.com/nasa/sch_lab/pull/163>

## Development Build: v2.5.0-rc4+dev75
- correct inclusion for SCH_LAB example table
- See <https://github.com/nasa/sch_lab/pull/156>
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/sch_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

/* Development Build Macro Definitions */
#define SCH_LAB_BUILD_NUMBER 75 /*!< Development Build: Number of commits since baseline */
#define SCH_LAB_BUILD_NUMBER 83 /*!< Development Build: Number of commits since baseline */
#define SCH_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 179d84a

Please sign in to comment.