From c3b42a68224d398499848208ec8fad6ad079511a Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Fri, 11 Aug 2023 21:19:00 -0400 Subject: [PATCH] Bump for release --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1489ae..5383f47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.23.0...3.26.0) # Project # NOTE: DON'T USE TRAILING ZEROS IN VERSIONS project(libfp - VERSION 0.4.2 + VERSION 0.4.2.1 LANGUAGES CXX DESCRIPTION "C++ support library for Flashpoint Archive" ) @@ -52,7 +52,7 @@ set(LIBFP_QX_COMPONENTS include(OB/FetchQx) ob_fetch_qx( - REF "6608e0a92d667846333c2349344771eb3c1a1c60" + REF "v0.5.3" COMPONENTS ${LIBFP_QX_COMPONENTS} )