Skip to content

Commit ee235e5

Browse files
committed
Bump
1 parent 0e5ca8f commit ee235e5

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.30.0)
66
# Project
77
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88
project(FIL
9-
VERSION 0.7.6
9+
VERSION 0.8
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("3010a962688a63689cdc365722423f5de40c3c59")
16+
fetch_ob_cmake("v0.3.9")
1717

1818
# Initialize project according to standard rules
1919
include(OB/Project)
@@ -74,20 +74,20 @@ endif()
7474

7575
include(OB/FetchQx)
7676
ob_fetch_qx(
77-
REF "f98cb3e3af74af09d277b4a45c414a5f22aef4f3"
77+
REF "v0.6.1"
7878
COMPONENTS
7979
${FIL_QX_COMPONENTS}
8080
)
8181

8282
# Fetch libfp (build and import from source)
8383
include(OB/Fetchlibfp)
84-
ob_fetch_libfp("9995681fe222f240512e9bd83b211ecc585716db")
84+
ob_fetch_libfp("v0.5.5")
8585

8686
# Fetch CLIFp (build and import from source)
8787
include(OB/Utility)
8888
ob_cache_project_version(CLIFp)
8989
include(OB/FetchCLIFp)
90-
ob_fetch_clifp("2853b88c193b1884f75bc85e262e02652a27aa26")
90+
ob_fetch_clifp("v0.9.13")
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

0 commit comments

Comments
 (0)