File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Development Build: equuleus-rc1+dev205
4
+ - fix sb coverage test failure
5
+ - Pass the CMAKE_PREFIX_PATH to targets
6
+ - See < https://github.com/nasa/cFE/pull/2602 > and < https://github.com/nasa/cFE/pull/2606 >
7
+
3
8
## Development Build: equuleus-rc1+dev199
4
9
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
5
10
- See < https://github.com/nasa/cFE/pull/2599 >
Original file line number Diff line number Diff line change 26
26
#define CFE_VERSION_H
27
27
28
28
/* Development Build Macro Definitions */
29
- #define CFE_BUILD_NUMBER 199 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
29
+ #define CFE_BUILD_NUMBER 205 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
30
30
#define CFE_BUILD_BASELINE "equuleus-rc1" /**< @brief Development: Reference git tag for build number */
31
31
#define CFE_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
32
32
#define CFE_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */
You can’t perform that action at this time.
0 commit comments