Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Nov 26, 2023
1 parent 47af4e2 commit fdea9c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ cmake_minimum_required(VERSION 3.23.0...3.26.0)
# Project
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
project(libfp
<<<<<<< HEAD
VERSION 0.5.1.1
=======
VERSION 0.5.2
>>>>>>> f85a7fe (Bump)
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.3")
fetch_ob_cmake("v0.3.4")

# Initialize project according to standard rules
include(OB/Project)
Expand Down Expand Up @@ -52,7 +56,7 @@ set(LIBFP_QX_COMPONENTS

include(OB/FetchQx)
ob_fetch_qx(
REF "v0.5.5"
REF "v0.5.6"
COMPONENTS
${LIBFP_QX_COMPONENTS}
)
Expand Down

0 comments on commit fdea9c7

Please sign in to comment.