We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dba3a5 commit 00102c2Copy full SHA for 00102c2
CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24.0...3.26.0)
6
# Project
7
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
8
project(CLIFp
9
- VERSION 0.9.14.1
+ VERSION 0.9.15
10
LANGUAGES CXX
11
DESCRIPTION "Command-line Interface for Flashpoint Archive"
12
)
@@ -78,14 +78,14 @@ endif()
78
79
include(OB/FetchQx)
80
ob_fetch_qx(
81
- REF "f6d47a2d8b328dec8ba5ad70d9c282aa15d77af6"
+ REF "v0.7"
82
COMPONENTS
83
${CLIFP_QX_COMPONENTS}
84
85
86
# Fetch libfp (build and import from source)
87
include(OB/Fetchlibfp)
88
-ob_fetch_libfp("037153fb5c4b59d5cda97be31e6f06e5bda5a920")
+ob_fetch_libfp("v0.6")
89
90
# Fetch QI-QMP (build and import from source)
91
include(OB/FetchQI-QMP)
0 commit comments