Skip to content

Commit

Permalink
Updating documentation and version numbers for equuleus-rc1+dev10
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Jan 17, 2024
1 parent a1c42e1 commit 7f2f8f0
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+dev10
- updating ELF2CFETBL to use new versioning system
- move scripts for table building to elf2cfetbl tool
- See <https://github.com/nasa/elf2cfetbl/pull/144> and <https://github.com/nasa/elf2cfetbl/pull/143>

## Development Build: v3.3.0-rc4+dev36
- Adds CheckStatus helper functions
- Reduce cyclomatic complexity of GetElfHeader
Expand Down
2 changes: 1 addition & 1 deletion elf2cfetbl_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/*
* Development Build Macro Definitions
*/
#define ELF2CFETBL_BUILD_NUMBER 36 /*!< @brief Number of commits since baseline */
#define ELF2CFETBL_BUILD_NUMBER 10 /*!< @brief Number of commits since baseline */
#define ELF2CFETBL_BUILD_BASELINE "equuleues-rc1" /*!< @brief Development Build: git tag that is the base for the current */
#define ELF2CFETBL_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
#define ELF2CFETBL_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */
Expand Down

0 comments on commit 7f2f8f0

Please sign in to comment.