Skip to content

Commit

Permalink
Bump to v3.3.0-rc4+dev11
Browse files Browse the repository at this point in the history
Part of IC:Caelum+dev4, nasa/cFS#432

**Includes**

PR #100
- Apply header guard standard

PR #102
- Remove explicit filename doxygen comments
  • Loading branch information
astrogeco committed Feb 25, 2022
1 parent 6c9bf28 commit 71ea284
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ See README.txt for more information.

## Version History

### Development Build: v3.3.0-rc4+dev11

- Apply header guard standard
- Remove explicit filename doxygen comments
- See <https://github.com/nasa/cFS/pull/432>

### Development Build: v3.3.0-rc4+dev4

- Fix Untrusted divisor (TAINTED_SCALAR) static analysis warning by checking `get_sh_entsize(SectionHeader)`
Expand Down
2 changes: 1 addition & 1 deletion elf2cfetbl_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/*
* Development Build Macro Definitions
*/
#define ELF2CFETBL_BUILD_NUMBER 4 /*!< @brief Number of commits since baseline */
#define ELF2CFETBL_BUILD_NUMBER 11 /*!< @brief Number of commits since baseline */
#define ELF2CFETBL_BUILD_BASELINE \
"v3.3.0-rc4" /*!< @brief Development Build: git tag that is the base for the current */

Expand Down

0 comments on commit 71ea284

Please sign in to comment.