Skip to content

Commit 00102c2

Browse files
committed
Bump
1 parent 5dba3a5 commit 00102c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24.0...3.26.0)
66
# Project
77
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88
project(CLIFp
9-
VERSION 0.9.14.1
9+
VERSION 0.9.15
1010
LANGUAGES CXX
1111
DESCRIPTION "Command-line Interface for Flashpoint Archive"
1212
)
@@ -78,14 +78,14 @@ endif()
7878

7979
include(OB/FetchQx)
8080
ob_fetch_qx(
81-
REF "f6d47a2d8b328dec8ba5ad70d9c282aa15d77af6"
81+
REF "v0.7"
8282
COMPONENTS
8383
${CLIFP_QX_COMPONENTS}
8484
)
8585

8686
# Fetch libfp (build and import from source)
8787
include(OB/Fetchlibfp)
88-
ob_fetch_libfp("037153fb5c4b59d5cda97be31e6f06e5bda5a920")
88+
ob_fetch_libfp("v0.6")
8989

9090
# Fetch QI-QMP (build and import from source)
9191
include(OB/FetchQI-QMP)

0 commit comments

Comments
 (0)