Skip to content

Commit 561ff53

Browse files
authored
Merge pull request #2603 from nasa/integration-candidate
cFE Integration candidate: Equuleus-rc1+dev18
2 parents 7f36a04 + f9de14d commit 561ff53

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/build-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v3
8282

83-
- uses: actions/download-artifact@v3
83+
- uses: actions/download-artifact@v4.1.7
8484

8585
- name: Display structure of downloaded files
8686
run: ls -R

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Development Build: equuleus-rc1+dev199
4+
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
5+
- See <https://github.com/nasa/cFE/pull/2599>
6+
37
## Development Build: equuleus-rc1+dev195
48
- Use string append and add newline
59
- Yield cpu to other tasks in SB Perf Test

modules/core_api/fsw/inc/cfe_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define CFE_VERSION_H
2727

2828
/* Development Build Macro Definitions */
29-
#define CFE_BUILD_NUMBER 195 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
29+
#define CFE_BUILD_NUMBER 199 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
3030
#define CFE_BUILD_BASELINE "equuleus-rc1" /**< @brief Development: Reference git tag for build number */
3131
#define CFE_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
3232
#define CFE_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */

0 commit comments

Comments
 (0)