Skip to content

Commit f02411e

Browse files
committed
Bump
1 parent a0160e5 commit f02411e

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.2
9+
VERSION 0.8.3
1010
LANGUAGES CXX
1111
DESCRIPTION "Flashpoint Importer for Launchers"
1212
)
@@ -75,20 +75,20 @@ endif()
7575

7676
include(OB/FetchQx)
7777
ob_fetch_qx(
78-
REF "97b43dadb1781af183e2d9825aec291db97546b1"
78+
REF "v0.7"
7979
COMPONENTS
8080
${FIL_QX_COMPONENTS}
8181
)
8282

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

8787
# Fetch CLIFp (build and import from source)
8888
include(OB/Utility)
8989
ob_cache_project_version(CLIFp)
9090
include(OB/FetchCLIFp)
91-
ob_fetch_clifp("5dba3a55a550585c16769a788327a6fd22a23c6f")
91+
ob_fetch_clifp("v0.9.15")
9292

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

0 commit comments

Comments
 (0)