Skip to content

Commit c9d6193

Browse files
committed
Bump
1 parent 18137cf commit c9d6193

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
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24.0...3.30.0)
66
# Project
77
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88
project(FIL
9-
VERSION 0.8
9+
VERSION 0.8.1
1010
LANGUAGES CXX
1111
DESCRIPTION "Flashpoint Importer for Launchers"
1212
)
@@ -74,20 +74,20 @@ endif()
7474

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

8282
# Fetch libfp (build and import from source)
8383
include(OB/Fetchlibfp)
84-
ob_fetch_libfp("4aa9b8942c5ac510478fc8a4bccd7942dd3cf8be")
84+
ob_fetch_libfp("v0.5.6")
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("v0.9.13.1")
90+
ob_fetch_clifp("v0.9.14")
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)