Skip to content

Commit 7aca4fd

Browse files
committed
Updating documentation and version numbers for equuleus-rc1+dev54
1 parent 10b3d2e commit 7aca4fd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## Development Build: equuleus-rc1+dev54
4+
- 'Fix #237, update sample app to reflect 582 standard'
5+
- See: <https://github.com/nasa/sample_app/pull/238>
6+
7+
38
## Development Build: equuleus-rc1+dev50
49
- Address sanitizer issue
510
- See <https://github.com/nasa/sample_app/pull/235>

fsw/src/sample_app_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/* Development Build Macro Definitions */
2929

30-
#define SAMPLE_APP_BUILD_NUMBER 50 /*!< Development Build: Number of commits since baseline */
30+
#define SAMPLE_APP_BUILD_NUMBER 54
3131
#define SAMPLE_APP_BUILD_BASELINE "equuleus-rc1" /*!< Development Build: git tag that is the base for the current development */
3232
#define SAMPLE_APP_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
3333
#define SAMPLE_APP_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */

0 commit comments

Comments
 (0)