Skip to content

Commit 5f50a7c

Browse files
committed
Bump
1 parent 0e5ca8f commit 5f50a7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ project(FIL
1313

1414
# Get helper scripts
1515
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FetchOBCMake.cmake)
16-
fetch_ob_cmake("3010a962688a63689cdc365722423f5de40c3c59")
16+
fetch_ob_cmake("v0.3.9")
1717

1818
# Initialize project according to standard rules
1919
include(OB/Project)
@@ -74,20 +74,20 @@ endif()
7474

7575
include(OB/FetchQx)
7676
ob_fetch_qx(
77-
REF "f98cb3e3af74af09d277b4a45c414a5f22aef4f3"
77+
REF "v0.6.1"
7878
COMPONENTS
7979
${FIL_QX_COMPONENTS}
8080
)
8181

8282
# Fetch libfp (build and import from source)
8383
include(OB/Fetchlibfp)
84-
ob_fetch_libfp("9995681fe222f240512e9bd83b211ecc585716db")
84+
ob_fetch_libfp("v0.5.5")
8585

8686
# Fetch CLIFp (build and import from source)
8787
include(OB/Utility)
8888
ob_cache_project_version(CLIFp)
8989
include(OB/FetchCLIFp)
90-
ob_fetch_clifp("2853b88c193b1884f75bc85e262e02652a27aa26")
90+
ob_fetch_clifp("v0.9.13")
9191

9292
# TODO: The shared build of this is essentially useless as only the CLIFp executable
9393
# is deployed, which only works if it's statically linked. There isn't a simple way

0 commit comments

Comments
 (0)