From 590131b8df94b7a0a6e0a6eb067aa5585064cd3f Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Tue, 17 Oct 2023 17:37:01 -0400 Subject: [PATCH] Bump --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 249c847..0f10810 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.6 + VERSION 0.9.7 LANGUAGES CXX DESCRIPTION "Command-line Interface for Flashpoint Archive" ) @@ -79,7 +79,7 @@ ob_fetch_qx( # Fetch libfp (build and import from source) include(OB/Fetchlibfp) -ob_fetch_libfp("dab88b19088afd9cc704bc27e6079bd0044fb611") +ob_fetch_libfp("v0.5") # Fetch QI-QMP (build and import from source) include(OB/FetchQI-QMP)