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
9+ VERSION 0.8.1
1010 LANGUAGES CXX
1111 DESCRIPTION "Flashpoint Importer for Launchers"
1212)
@@ -74,20 +74,20 @@ endif()
7474
7575include (OB/FetchQx)
7676ob_fetch_qx(
77- REF "5411b5f787df7514ecaf7bd3e6977039ca590ec9 "
77+ REF "v0.6.2 "
7878 COMPONENTS
7979 ${FIL_QX_COMPONENTS}
8080)
8181
8282# Fetch libfp (build and import from source)
8383include (OB/Fetchlibfp)
84- ob_fetch_libfp("4aa9b8942c5ac510478fc8a4bccd7942dd3cf8be " )
84+ ob_fetch_libfp("v0.5.6 " )
8585
8686# Fetch CLIFp (build and import from source)
8787include (OB/Utility)
8888ob_cache_project_version(CLIFp)
8989include (OB/FetchCLIFp)
90- ob_fetch_clifp("v0.9.13.1 " )
90+ ob_fetch_clifp("v0.9.14 " )
9191
9292# TODO: The shared build of this is essentially useless as only the CLIFp executable
9393# 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