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 @@ ci_lab is a simple command uplink application that accepts CCSDS telecommand pac
11
11
12
12
## Version History
13
13
14
+ ### Development Build: v2.5.0-rc4+dev10
15
+
16
+ - Apply header guard standard
17
+ - See < https://github.com/nasa/cFS/pull/432 >
18
+
14
19
### Development Build: v2.5.0-rc4+dev4
15
20
16
21
- Use CFE_MSG_PTR conversion macro
Original file line number Diff line number Diff line change 29
29
30
30
/* Development Build Macro Definitions */
31
31
32
- #define CI_LAB_BUILD_NUMBER 4 /*!< Development Build: Number of commits since baseline */
32
+ #define CI_LAB_BUILD_NUMBER 10 /*!< Development Build: Number of commits since baseline */
33
33
#define CI_LAB_BUILD_BASELINE \
34
34
"v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */
35
35
You can’t perform that action at this time.
0 commit comments