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.30.0)
66# Project
77# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88project (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
7676include (OB/FetchQx)
7777ob_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)
8484include (OB/Fetchlibfp)
85- ob_fetch_libfp("037153fb5c4b59d5cda97be31e6f06e5bda5a920 " )
85+ ob_fetch_libfp("v0.6 " )
8686
8787# Fetch CLIFp (build and import from source)
8888include (OB/Utility)
8989ob_cache_project_version(CLIFp)
9090include (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
You can’t perform that action at this time.
0 commit comments