From c614c13fac23aff1f0a1f53b7df10fb1d98670b9 Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Mon, 11 May 2026 10:19:18 +0000 Subject: [PATCH] Bump --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5476c8..92de327 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,14 +6,14 @@ cmake_minimum_required(VERSION 3.23.0...3.26.0) # Project # NOTE: DON'T USE TRAILING ZEROS IN VERSIONS project(libfp - VERSION 0.6.1 + VERSION 0.6.1.1 LANGUAGES CXX DESCRIPTION "C++ support library for Flashpoint Archive" ) # Get helper scripts include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FetchOBCMake.cmake) -fetch_ob_cmake("v0.3.9") +fetch_ob_cmake("v0.3.12") # Initialize project according to standard rules include(OB/Project)