diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cab31c..79ddf8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 , , , and + ## Development Build: equuleus-rc1+dev10 - updating ELF2CFETBL to use new versioning system - move scripts for table building to elf2cfetbl tool diff --git a/elf2cfetbl_version.h b/elf2cfetbl_version.h index fa0dca3..5e2b90e 100644 --- a/elf2cfetbl_version.h +++ b/elf2cfetbl_version.h @@ -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 */