Skip to content

Commit

Permalink
Merge IC:Caelum-rc4+dev12, to_lab v2.5.0-rc4+dev23
Browse files Browse the repository at this point in the history
- update cmake_minimum_required
- See <nasa/cFS#523>
  • Loading branch information
dzbaker authored Jul 8, 2022
2 parents 565d961 + 8b00374 commit a6ab386
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6.4)
cmake_minimum_required(VERSION 3.5)
project(CFS_TO_LAB C)

# Include source directory for table use
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ To send telemetry to the "ground" or UDP/IP port, edit the subscription table in

## Version History

### Development Build: v2.5.0-rc4+dev23
- Update cmake mimimum required to something more recent
- See <https://github.com/nasa/to_lab/pull/124>

### Development Build: v2.5.0-rc4+dev21

- Remove registration of empty EVS filters
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/to_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define TO_LAB_VERSION_H

/* Development Build Macro Definitions */
#define TO_LAB_BUILD_NUMBER 21 /*!< Development Build: Number of commits since baseline */
#define TO_LAB_BUILD_NUMBER 23 /*!< Development Build: Number of commits since baseline */
#define TO_LAB_BUILD_BASELINE \
"v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */

Expand Down

0 comments on commit a6ab386

Please sign in to comment.