Skip to content

Commit

Permalink
Merge pull request #39 from oblivioncth/dev
Browse files Browse the repository at this point in the history
Merge to master for v0.7.3.1
  • Loading branch information
oblivioncth authored Nov 7, 2023
2 parents ceab804 + 7a0a419 commit 870b319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24.0...3.26.0)
# Project
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
project(FIL
VERSION 0.7.3
VERSION 0.7.3.1
LANGUAGES CXX
DESCRIPTION "Flashpoint Importer for Launchers"
)
Expand Down Expand Up @@ -64,18 +64,18 @@ set(FIL_QX_COMPONENTS

include(OB/FetchQx)
ob_fetch_qx(
REF "v0.5.4"
REF "v0.5.5.1"
COMPONENTS
${FIL_QX_COMPONENTS}
)

# Fetch libfp (build and import from source)
include(OB/Fetchlibfp)
ob_fetch_libfp("v0.5.1")
ob_fetch_libfp("v0.5.1.1")

# Fetch CLIFp (build and import from source)
include(OB/FetchCLIFp)
ob_fetch_clifp("v0.9.8")
ob_fetch_clifp("v0.9.9")

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

0 comments on commit 870b319

Please sign in to comment.