Skip to content

Commit ac077d7

Browse files
committed
Bump
1 parent c6a76a0 commit ac077d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ 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.1
9+
VERSION 0.7.4
1010
LANGUAGES CXX
1111
DESCRIPTION "Flashpoint Importer for Launchers"
1212
)
1313

1414
# Get helper scripts
1515
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FetchOBCMake.cmake)
16-
fetch_ob_cmake("v0.3.3")
16+
fetch_ob_cmake("v0.3.4")
1717

1818
# Initialize project according to standard rules
1919
include(OB/Project)
@@ -64,18 +64,18 @@ set(FIL_QX_COMPONENTS
6464

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

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

7676
# Fetch CLIFp (build and import from source)
7777
include(OB/FetchCLIFp)
78-
ob_fetch_clifp("afb63841b5b2f30eb106dbb721886be67a4c5570")
78+
ob_fetch_clifp("v0.9.10")
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)