Skip to content

Commit 4313549

Browse files
committed
Bump to v2.5.0-rc4+dev23
IC:Caelum-rc4+dev7, nasa/cFS#445
1 parent ea2c98b commit 4313549

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ To change the list of packets that sch_lab sends out, edit the schedule table lo
1313

1414
## Version History
1515

16+
### Development Build: v2.5.0-rc4+dev23
17+
18+
- Update Copyright Headers
19+
- Standardize version.h
20+
- See <https://github.com/nasa/sch_lab/pull/> and <https://github.com/nasa/cFS/445>
21+
1622
### Development Build: v2.5.0-rc4+dev16
1723

1824
- Apply header guard standard

fsw/src/sch_lab_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
/* Development Build Macro Definitions */
28-
#define SCH_LAB_BUILD_NUMBER 16 /*!< Development Build: Number of commits since baseline */
28+
#define SCH_LAB_BUILD_NUMBER 23 /*!< Development Build: Number of commits since baseline */
2929
#define SCH_LAB_BUILD_BASELINE \
3030
"v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */
3131

0 commit comments

Comments
 (0)