Skip to content

Commit d453aaa

Browse files
-updated figcone_shoal to v0.6.1
-set the version to v2.4.9
1 parent 165b380 commit d453aaa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.18)
2-
project(figcone VERSION 2.4.8)
2+
project(figcone VERSION 2.4.9)
33
include(GNUInstallDirs)
44
include(external/seal_lake)
55

@@ -62,7 +62,7 @@ if (FIGCONE_USE_ALL OR FIGCONE_USE_JSON OR FIGCONE_USE_YAML OR FIGCONE_USE_TOML
6262
figcone::figcone_formats
6363
)
6464
SealLake_Dependencies(
65-
figcone_formats 0.12.6
65+
figcone_formats 0.12.7
6666
)
6767
endif()
6868

formats/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project(figcone_formats VERSION 0.12.6)
1+
project(figcone_formats VERSION 0.12.7)
22

33
option(FIGCONE_USE_ALL "Enable all supported config formats" ON)
44
option(FIGCONE_USE_JSON "Enable JSON config format" OFF)
@@ -76,9 +76,9 @@ endif()
7676

7777
if(FIGCONE_USE_ALL OR FIGCONE_USE_SHOAL)
7878
SealLake_Import(
79-
figcone_shoal 0.6.0
79+
figcone_shoal 0.6.1
8080
GIT_REPOSITORY https://github.com/kamchatka-volcano/figcone_shoal.git
81-
GIT_TAG v0.6.0
81+
GIT_TAG v0.6.1
8282
)
8383
SealLake_Copy(
8484
WILDCARDS ${figcone_shoal_SOURCE_DIR}/include/figcone_shoal/*

0 commit comments

Comments
 (0)