Skip to content

Commit

Permalink
Updating documentation and version numbers for equuleus-rc1+dev22
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Jul 2, 2024
1 parent b20d615 commit 355c619
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Development Build: equuleus-rc1+dev22
- Include PRID and SCID in table files
- Check return from chmod
- Check return value of stat()
- Move variables declared mid-function to the top
- See <https://github.com/nasa/elf2cfetbl/pull/147>, <https://github.com/nasa/elf2cfetbl/pull/124>, <https://github.com/nasa/elf2cfetbl/pull/125>, and <https://github.com/nasa/elf2cfetbl/pull/127>

## Development Build: equuleus-rc1+dev10
- updating ELF2CFETBL to use new versioning system
- move scripts for table building to elf2cfetbl tool
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 10 /*!< @brief Number of commits since baseline */
#define ELF2CFETBL_BUILD_NUMBER 22 /*!< @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 355c619

Please sign in to comment.