File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
88project (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
6565include (OB/FetchQx )
6666ob_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)
7373include (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)
7777include (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
You can’t perform that action at this time.
0 commit comments