Commit aaa23a5 1 parent 69550bb commit aaa23a5 Copy full SHA for aaa23a5
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ See README.txt for more information.
11
11
12
12
## Version History
13
13
14
+ ### Development Build: v3.3.0-rc4+dev24
15
+
16
+ - Resolve uninit var static analysis warnings
17
+ - See < https://github.com/nasa/elf2cfetbl/pull/113 > and < https://github.com/nasa/cFS/pull/492 >
18
+
14
19
### Development Build: v3.3.0-rc4+dev18
15
20
16
21
- Update Copyright Headers
Original file line number Diff line number Diff line change 28
28
/*
29
29
* Development Build Macro Definitions
30
30
*/
31
- #define ELF2CFETBL_BUILD_NUMBER 18 /*!< @brief Number of commits since baseline */
31
+ #define ELF2CFETBL_BUILD_NUMBER 24 /*!< @brief Number of commits since baseline */
32
32
#define ELF2CFETBL_BUILD_BASELINE \
33
33
"v3.3.0-rc4" /*!< @brief Development Build: git tag that is the base for the current */
34
34
You can’t perform that action at this time.
0 commit comments