From 8d12935221529f34d7832ccee088b13ddc910af9 Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Tue, 7 Nov 2023 09:22:55 -0500 Subject: [PATCH] Bump --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 258fe2f..c4a23f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24.0...3.26.0) # Project # NOTE: DON'T USE TRAILING ZEROS IN VERSIONS project(CLIFp - VERSION 0.9.8 + VERSION 0.9.9 LANGUAGES CXX DESCRIPTION "Command-line Interface for Flashpoint Archive" ) @@ -72,14 +72,14 @@ endif() include(OB/FetchQx) ob_fetch_qx( - REF "708fbeb800d0591976e83c6b7a69f844a734b68c" + REF "v0.5.5.1" COMPONENTS ${CLIFP_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 QI-QMP (build and import from source) include(OB/FetchQI-QMP)