Skip to content

Commit 870b319

Browse files
authored
Merge pull request #39 from oblivioncth/dev
Merge to master for v0.7.3.1
2 parents ceab804 + 7a0a419 commit 870b319

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.26.0)
66
# Project
77
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88
project(FIL
9-
VERSION 0.7.3
9+
VERSION 0.7.3.1
1010
LANGUAGES CXX
1111
DESCRIPTION "Flashpoint Importer for Launchers"
1212
)
@@ -64,18 +64,18 @@ set(FIL_QX_COMPONENTS
6464

6565
include(OB/FetchQx)
6666
ob_fetch_qx(
67-
REF "v0.5.4"
67+
REF "v0.5.5.1"
6868
COMPONENTS
6969
${FIL_QX_COMPONENTS}
7070
)
7171

7272
# Fetch libfp (build and import from source)
7373
include(OB/Fetchlibfp)
74-
ob_fetch_libfp("v0.5.1")
74+
ob_fetch_libfp("v0.5.1.1")
7575

7676
# Fetch CLIFp (build and import from source)
7777
include(OB/FetchCLIFp)
78-
ob_fetch_clifp("v0.9.8")
78+
ob_fetch_clifp("v0.9.9")
7979

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

0 commit comments

Comments
 (0)